Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

[18.09] backport update containerd to v1.1.4#65

Closed
thaJeztah wants to merge 1 commit into
docker-archive:18.09from
thaJeztah:18.09_backport_bump_containerd_1.1.4
Closed

[18.09] backport update containerd to v1.1.4#65
thaJeztah wants to merge 1 commit into
docker-archive:18.09from
thaJeztah:18.09_backport_bump_containerd_1.1.4

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

backport of moby#37925 for 18.09

git checkout -b 18.09_backport_bump_containerd_1.1.4 ce-engine/18.09
git cherry-pick -s -S -x b3c3c7a5a310ba340f1a86a4a708de34b9602e74
git push -u origin

cherry-pick was clean

Fixes a potential content store bug, backported from 1.2

Full diff: containerd/containerd@v1.1.2...v1.1.4

changes;

@thaJeztah thaJeztah added this to the 18.09.0 milestone Oct 2, 2018
@thaJeztah
Copy link
Copy Markdown
Member Author

Janky failure on a flaky test (TestSwarmClusterRotateUnlockKey) moby#33041

PowerPC; https://jenkins.dockerproject.org/job/Docker-PRs-powerpc/11602/console is being looked into in moby#37958

20:32:07 FAIL: docker_cli_swarm_test.go:340: DockerSwarmSuite.TestSwarmContainerEndpointOptions
20:32:07 
20:32:07 [d0b1c9e2e0caa] waiting for daemon to start
20:32:07 [d0b1c9e2e0caa] daemon started
20:32:07 
20:32:07 docker_cli_swarm_test.go:348:
20:32:07     c.Assert(err, checker.IsNil, check.Commentf("%s", out))
20:32:07 ... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc423b5b4e0), Stderr:[]uint8(nil)} ("exit status 125")
20:32:07 ... 7sfg7muxzslvj1tax7sm3arxp
20:32:07 
20:32:07 
20:32:07 [d0b1c9e2e0caa] exiting daemon

WindowsRS1 https://jenkins.dockerproject.org/job/Docker-PRs-WoW-RS1/22460/console failure looks like a known issue; see moby#37820

20:35:01 FAIL: docker_cli_start_test.go:189: DockerSuite.TestStartReturnCorrectExitCode
20:35:01 
20:35:01 docker_cli_start_test.go:198:
20:35:01     c.Assert(exitCode, checker.Equals, 12)
20:35:01 ... obtained int = 125
20:35:01 ... expected int = 12
20:35:01 

z failure looks the same as PowerPC; https://jenkins.dockerproject.org/job/Docker-PRs-s390x/11471/console

20:15:12 FAIL: docker_cli_swarm_test.go:340: DockerSwarmSuite.TestSwarmContainerEndpointOptions
20:15:12 
20:15:12 [d50ebe9d931c7] waiting for daemon to start
20:15:12 [d50ebe9d931c7] daemon started
20:15:12 
20:15:12 docker_cli_swarm_test.go:348:
20:15:12     c.Assert(err, checker.IsNil, check.Commentf("%s", out))
20:15:12 ... value *exec.ExitError = &exec.ExitError{ProcessState:(*os.ProcessState)(0xc420980a60), Stderr:[]uint8(nil)} ("exit status 125")
20:15:12 ... w1wj9dphvuwankcx2h5bv5rc5
20:15:12 
20:15:12 
20:15:12 [d50ebe9d931c7] exiting daemon

Fixes a potential content store bug, backported from 1.2

- v1.1.3 release notes: https://github.com/containerd/containerd/releases/tag/v1.1.3
- v1.1.4 release notes: https://github.com/containerd/containerd/releases/tag/v1.1.4

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit b3c3c7a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah force-pushed the 18.09_backport_bump_containerd_1.1.4 branch from 9affbd2 to a1cbe22 Compare November 6, 2018 09:48
@thaJeztah thaJeztah modified the milestones: 18.09.0, 18.09.1 Nov 8, 2018
@thaJeztah
Copy link
Copy Markdown
Member Author

Included in [18.09 backport] Update containerd to v1.2.1-rc.0 #121

@thaJeztah thaJeztah closed this Nov 27, 2018
@andrewhsu
Copy link
Copy Markdown

this fix is already included in #121

@thaJeztah thaJeztah deleted the 18.09_backport_bump_containerd_1.1.4 branch November 27, 2018 17:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants