[INFO] cloning repository https://github.com/martin-fink/i2c-emulation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martin-fink/i2c-emulation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartin-fink%2Fi2c-emulation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartin-fink%2Fi2c-emulation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e053661d0f8866e15093c39fc9b98338e1454021 [INFO] testing martin-fink/i2c-emulation against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartin-fink%2Fi2c-emulation" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/martin-fink/i2c-emulation on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/martin-fink/i2c-emulation [INFO] finished tweaking git repo https://github.com/martin-fink/i2c-emulation [INFO] tweaked toml for git repo https://github.com/martin-fink/i2c-emulation written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/martin-fink/i2c-emulation already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", 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] cc13976b8e48c6a32f17647aa7d6e133ae1d3c8f6a4cfc64edf15243a3bea941 [INFO] running `Command { std: "docker" "start" "-a" "cc13976b8e48c6a32f17647aa7d6e133ae1d3c8f6a4cfc64edf15243a3bea941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc13976b8e48c6a32f17647aa7d6e133ae1d3c8f6a4cfc64edf15243a3bea941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc13976b8e48c6a32f17647aa7d6e133ae1d3c8f6a4cfc64edf15243a3bea941", kill_on_drop: false }` [INFO] [stdout] cc13976b8e48c6a32f17647aa7d6e133ae1d3c8f6a4cfc64edf15243a3bea941 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", 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] 781de435c119a867823b3394979e4f6c39265d3c108a5fd77a8de630005ecf0e [INFO] running `Command { std: "docker" "start" "-a" "781de435c119a867823b3394979e4f6c39265d3c108a5fd77a8de630005ecf0e", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling fern v0.4.4 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling clap v2.28.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling rppal v0.2.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling i2c v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bit_layer/error.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.16s [INFO] running `Command { std: "docker" "inspect" "781de435c119a867823b3394979e4f6c39265d3c108a5fd77a8de630005ecf0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "781de435c119a867823b3394979e4f6c39265d3c108a5fd77a8de630005ecf0e", kill_on_drop: false }` [INFO] [stdout] 781de435c119a867823b3394979e4f6c39265d3c108a5fd77a8de630005ecf0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", 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] ffb97a752e6106df6ca82b2a6663cc2a5f4b7f463ed22dc1426e4a842e792020 [INFO] running `Command { std: "docker" "start" "-a" "ffb97a752e6106df6ca82b2a6663cc2a5f4b7f463ed22dc1426e4a842e792020", kill_on_drop: false }` [INFO] [stderr] Compiling i2c v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bit_layer/error.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `Command { std: "docker" "inspect" "ffb97a752e6106df6ca82b2a6663cc2a5f4b7f463ed22dc1426e4a842e792020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffb97a752e6106df6ca82b2a6663cc2a5f4b7f463ed22dc1426e4a842e792020", kill_on_drop: false }` [INFO] [stdout] ffb97a752e6106df6ca82b2a6663cc2a5f4b7f463ed22dc1426e4a842e792020 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] 68e65156472b2c54e4597259468f139f703caee2ee4019cc95c58966dc8f0bd4 [INFO] running `Command { std: "docker" "start" "-a" "68e65156472b2c54e4597259468f139f703caee2ee4019cc95c58966dc8f0bd4", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/bit_layer/error.rs:15:35 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] 15 | Error::Io(ref e) => e.description(), [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/i2c-b08d5ccccc017004 [INFO] running `Command { std: "docker" "inspect" "68e65156472b2c54e4597259468f139f703caee2ee4019cc95c58966dc8f0bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68e65156472b2c54e4597259468f139f703caee2ee4019cc95c58966dc8f0bd4", kill_on_drop: false }` [INFO] [stdout] 68e65156472b2c54e4597259468f139f703caee2ee4019cc95c58966dc8f0bd4