Mirantis / cri-dockerd

dockerd as a compliant Container Runtime Interface for Kubernetes
Apache License 2.0
1.01k stars 272 forks source link

CI: bump cri-tools to v1.30.0 #357

Closed AkihiroSuda closed 1 month ago

AkihiroSuda commented 2 months ago

https://github.com/kubernetes-sigs/cri-tools/compare/5fd98895f3bbf8a3ba2d25e93fa95ba1e2ae0923...v1.30.0

AkihiroSuda commented 2 months ago
  May  4 05:32:54.637: INFO: Unexpected error occurred: parsing time "{\"log\":\"Active" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "{\"log\":\"Active" as "2006"
  [FAILED] in [It] - github.com/kubernetes-sigs/cri-tools/pkg/validate/container.go:584 @ 05/04/24 05:32:54.638
  STEP: stop PodSandbox @ 05/04/24 05:32:54.638
  STEP: delete PodSandbox @ 05/04/24 05:32:54.639
  << Timeline

  [FAILED] failed to parse timeStamp: parsing time "{\"log\":\"Active" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "{\"log\":\"Active" as "2006"
  Unexpected error:
      <*time.ParseError | 0xc001154960>: 
      parsing time "{\"log\":\"Active" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "{\"log\":\"Active" as "2006"
      {
          Layout: "2006-01-02T15:04:05.999999999Z07:00",
          Value: "{\"log\":\"Active",
          LayoutElem: "2006",
          ValueElem: "{\"log\":\"Active",
          Message: "",
      }
  occurred
  In [It] at: github.com/kubernetes-sigs/cri-tools/pkg/validate/container.go:584 @ 05/04/24 05:32:54.638

https://github.com/Mirantis/cri-dockerd/actions/runs/8948298291/job/24581275113?pr=357

nwneisen commented 1 month ago

@AkihiroSuda critools are pinned due to the work needing to be done for CRI format output https://github.com/Mirantis/cri-dockerd/pull/252