This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
This repository was archived by the owner on May 12, 2021. It is now read-only.
Arm CI failed on commit 39370c2 #338
Copy link
Copy link
Closed
Labels
bugIncorrect behaviourIncorrect behaviourneeds-reviewNeeds to be assessed by the team.Needs to be assessed by the team.
Description
Description of problem
06:34:25 check dmesg logs errors Run to check dmesg log errors
06:34:25 should be empty
06:34:25 /home/jenkins/workspace/kata-containers-tests-ARM-18.04-PR/go/src/github.com/kata-containers/tests/integration/docker/run_test.go:295
06:34:25 Running command '/usr/bin/docker [docker run --cidfile /tmp/cid074025834/TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 --runtime kata-runtime --name TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 debian dmesg -l err]'
06:34:28 [docker run --cidfile /tmp/cid074025834/TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 --runtime kata-runtime --name TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 debian dmesg -l err]
06:34:28 Timeout: 120 seconds
06:34:28 Exit Code: 0
06:34:28 Stdout: [ 0.000000] systemd[56]: chronyd.service: Failed to set up mount namespacing: No such file or directory
06:34:28 [ 0.000000] systemd[56]: chronyd.service: Failed at step NAMESPACE spawning /usr/sbin/chronyd: No such file or directory
06:34:28
06:34:28 Stderr:
06:34:28 Running command '/usr/bin/docker [docker rm -f TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1]'
06:34:28 [docker rm -f TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1]
06:34:28 Timeout: 120 seconds
06:34:28 Exit Code: 0
06:34:28 Stdout: TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1
06:34:28
06:34:28 Stderr:
06:34:28 Running command '/usr/bin/docker [docker ps -a -f name=TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 --format {{.Status}}]'
06:34:29 [docker ps -a -f name=TMIuwaQK3SK1AGkbNWuFS4S6W80Uy1 --format {{.Status}}]
06:34:29 Timeout: 120 seconds
06:34:29 Exit Code: 0
06:34:29 Stdout:
06:34:29 Stderr:
06:34:29
06:34:29 • Failure [4.398 seconds]
06:34:29 check dmesg logs errors
06:34:29 /home/jenkins/workspace/kata-containers-tests-ARM-18.04-PR/go/src/github.com/kata-containers/tests/integration/docker/run_test.go:277
06:34:29 Run to check dmesg log errors
06:34:29 /home/jenkins/workspace/kata-containers-tests-ARM-18.04-PR/go/src/github.com/kata-containers/tests/integration/docker/run_test.go:294
06:34:29 should be empty [It]
06:34:29 /home/jenkins/workspace/kata-containers-tests-ARM-18.04-PR/go/src/github.com/kata-containers/tests/integration/docker/run_test.go:295
06:34:29
06:34:29 Expected
06:34:29 <string>: [ 0.000000] systemd[56]: chronyd.service: Failed to set up mount namespacing: No such file or directory
06:34:29 [ 0.000000] systemd[56]: chronyd.service: Failed at step NAMESPACE spawning /usr/sbin/chronyd: No such file or directory
06:34:29 to be empty
06:34:29
06:34:29 /home/jenkins/workspace/kata-containers-tests-ARM-18.04-PR/go/src/github.com/kata-containers/tests/integration/docker/run_test.go:305
ARM CI failed on dmesg test case.
This error has once been solved by #265, which proposed to only run chrony service on where ptp device could be created.
thanks @ganeshmaharaj for finding out that commit 39370c2 has accidentally deleted such contents.
and so here, I will raise a PR to re-patch #265 on the latest master branch asap. ;).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIncorrect behaviourIncorrect behaviourneeds-reviewNeeds to be assessed by the team.Needs to be assessed by the team.