[INFO] cloning repository https://github.com/arcnmx/ddcset-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arcnmx/ddcset-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcnmx%2Fddcset-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcnmx%2Fddcset-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f93ebbcab9be4a3c9073cc485ae03f52131115be [INFO] testing arcnmx/ddcset-rs against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcnmx%2Fddcset-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arcnmx/ddcset-rs on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arcnmx/ddcset-rs [INFO] finished tweaking git repo https://github.com/arcnmx/ddcset-rs [INFO] tweaked toml for git repo https://github.com/arcnmx/ddcset-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/arcnmx/ddcset-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] warning: `panic` setting is ignored for `test` profile [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fe8d71f23a8f7106e78bf4e6e516e6fb40a88491fff2ae9e51e4573118ad87d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2fe8d71f23a8f7106e78bf4e6e516e6fb40a88491fff2ae9e51e4573118ad87d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fe8d71f23a8f7106e78bf4e6e516e6fb40a88491fff2ae9e51e4573118ad87d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe8d71f23a8f7106e78bf4e6e516e6fb40a88491fff2ae9e51e4573118ad87d", kill_on_drop: false }` [INFO] [stdout] 2fe8d71f23a8f7106e78bf4e6e516e6fb40a88491fff2ae9e51e4573118ad87d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d4180c1597c56f4633b50da2856b4850d9083015151965393cc3154ca0f7c2b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8d4180c1597c56f4633b50da2856b4850d9083015151965393cc3154ca0f7c2b", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] warning: `panic` setting is ignored for `test` profile [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling uninitialized v0.0.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling anyhow v1.0.45 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ddc-hi v0.4.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling i2c v0.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling mccs v0.1.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling resize-slice v0.1.3 [INFO] [stderr] Compiling ddc v0.2.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling i2c-linux-sys v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling udev v0.2.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling i2c-linux v0.1.2 [INFO] [stderr] Compiling ddc-i2c v0.2.1 [INFO] [stderr] Compiling edid v0.3.0 [INFO] [stderr] Compiling mccs-caps v0.1.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling mccs-db v0.1.2 [INFO] [stderr] Compiling ddcset v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "8d4180c1597c56f4633b50da2856b4850d9083015151965393cc3154ca0f7c2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d4180c1597c56f4633b50da2856b4850d9083015151965393cc3154ca0f7c2b", kill_on_drop: false }` [INFO] [stdout] 8d4180c1597c56f4633b50da2856b4850d9083015151965393cc3154ca0f7c2b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f3397226f157e609a3ac620b5e623b75638ff191a3efe03e9e7bda9cd15f4bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f3397226f157e609a3ac620b5e623b75638ff191a3efe03e9e7bda9cd15f4bf", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] warning: `panic` setting is ignored for `test` profile [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling mccs v0.1.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling i2c v0.1.0 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling uninitialized v0.0.2 [INFO] [stderr] Compiling anyhow v1.0.45 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling resize-slice v0.1.3 [INFO] [stderr] Compiling ddc v0.2.2 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling i2c-linux-sys v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling udev v0.2.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling i2c-linux v0.1.2 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling ddc-i2c v0.2.1 [INFO] [stderr] Compiling mccs-db v0.1.2 [INFO] [stderr] Compiling mccs-caps v0.1.0 [INFO] [stderr] Compiling edid v0.3.0 [INFO] [stderr] Compiling ddc-hi v0.4.1 [INFO] [stderr] Compiling ddcset v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 35.52s [INFO] running `Command { std: "docker" "inspect" "4f3397226f157e609a3ac620b5e623b75638ff191a3efe03e9e7bda9cd15f4bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f3397226f157e609a3ac620b5e623b75638ff191a3efe03e9e7bda9cd15f4bf", kill_on_drop: false }` [INFO] [stdout] 4f3397226f157e609a3ac620b5e623b75638ff191a3efe03e9e7bda9cd15f4bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2edf87e508aa10a617fc571fc4b6ecee645627a671ba0f59ceea041dd18dde6f [INFO] running `Command { std: "docker" "start" "-a" "2edf87e508aa10a617fc571fc4b6ecee645627a671ba0f59ceea041dd18dde6f", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] warning: `panic` setting is ignored for `test` profile [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ddcset-86377761a4abcc94) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2edf87e508aa10a617fc571fc4b6ecee645627a671ba0f59ceea041dd18dde6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2edf87e508aa10a617fc571fc4b6ecee645627a671ba0f59ceea041dd18dde6f", kill_on_drop: false }` [INFO] [stdout] 2edf87e508aa10a617fc571fc4b6ecee645627a671ba0f59ceea041dd18dde6f