[INFO] cloning repository https://github.com/Towerism/stegosaurus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Towerism/stegosaurus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTowerism%2Fstegosaurus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTowerism%2Fstegosaurus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac40a4e8d993ee86bdf072e13258d638a350468b [INFO] testing Towerism/stegosaurus against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTowerism%2Fstegosaurus" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Towerism/stegosaurus on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Towerism/stegosaurus [INFO] finished tweaking git repo https://github.com/Towerism/stegosaurus [INFO] tweaked toml for git repo https://github.com/Towerism/stegosaurus written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/Towerism/stegosaurus already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bincode v1.0.1 [INFO] [stderr] Downloaded gif v0.10.1 [INFO] [stderr] Downloaded num-derive v0.2.3 [INFO] [stderr] Downloaded tiff v0.2.1 [INFO] [stderr] Downloaded openssl-sys v0.9.39 [INFO] [stderr] Downloaded openssl v0.10.15 [INFO] [stderr] Downloaded byteorder v1.2.7 [INFO] [stderr] Downloaded rpassword v2.1.0 [INFO] [stderr] Downloaded syn v0.15.21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0558a32ae5da4ae5f4649ea2446c39e164f0ea54138638379be94d75b9cf53e6 [INFO] running `Command { std: "docker" "start" "-a" "0558a32ae5da4ae5f4649ea2446c39e164f0ea54138638379be94d75b9cf53e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0558a32ae5da4ae5f4649ea2446c39e164f0ea54138638379be94d75b9cf53e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0558a32ae5da4ae5f4649ea2446c39e164f0ea54138638379be94d75b9cf53e6", kill_on_drop: false }` [INFO] [stdout] 0558a32ae5da4ae5f4649ea2446c39e164f0ea54138638379be94d75b9cf53e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ef05b9497395645dc78e1264d1c2b1355e44a96a53b5072d5b2570a9d302ee6 [INFO] running `Command { std: "docker" "start" "-a" "0ef05b9497395645dc78e1264d1c2b1355e44a96a53b5072d5b2570a9d302ee6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling inflate v0.4.3 [INFO] [stderr] Compiling gif v0.10.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rpassword v2.1.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling stegosaurus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.19s [INFO] running `Command { std: "docker" "inspect" "0ef05b9497395645dc78e1264d1c2b1355e44a96a53b5072d5b2570a9d302ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ef05b9497395645dc78e1264d1c2b1355e44a96a53b5072d5b2570a9d302ee6", kill_on_drop: false }` [INFO] [stdout] 0ef05b9497395645dc78e1264d1c2b1355e44a96a53b5072d5b2570a9d302ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d01a9d0ceb3f59629287bc89a6cacef31cf2a636e543ef5fbe7664ac2161a3ae [INFO] running `Command { std: "docker" "start" "-a" "d01a9d0ceb3f59629287bc89a6cacef31cf2a636e543ef5fbe7664ac2161a3ae", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stegosaurus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/core/config.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "d01a9d0ceb3f59629287bc89a6cacef31cf2a636e543ef5fbe7664ac2161a3ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d01a9d0ceb3f59629287bc89a6cacef31cf2a636e543ef5fbe7664ac2161a3ae", kill_on_drop: false }` [INFO] [stdout] d01a9d0ceb3f59629287bc89a6cacef31cf2a636e543ef5fbe7664ac2161a3ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b06fc3dea1350427030e2f4f8b6048834a15663935fc859a874c2b5df1c4d84 [INFO] running `Command { std: "docker" "start" "-a" "3b06fc3dea1350427030e2f4f8b6048834a15663935fc859a874c2b5df1c4d84", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/core/config.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/core/config.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `stegosaurus` (lib) generated 2 warnings [INFO] [stderr] warning: `stegosaurus` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/stegosaurus-182c035efe93c8e5) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test lsb::bits_view::tests::get_bit::first_bit ... ok [INFO] [stdout] test lsb::bits_view::tests::get_bit::last_bit ... ok [INFO] [stdout] test lsb::bits_view::tests::get_bit::no_data ... ok [INFO] [stdout] test lsb::bits_view::tests::get_bit::several_bytes ... ok [INFO] [stdout] test lsb::bits_view::tests::one_bit_at_a_time::next_returns_none_for_empty_data ... ok [INFO] [stdout] test lsb::bits_view::tests::one_bit_at_a_time::next_returns_the_next_bit_for_all_bytes ... ok [INFO] [stdout] test lsb::bits_view::tests::one_bit_at_a_time::next_returns_the_next_bit ... ok [INFO] [stdout] test lsb::bits_view::tests::one_bit_at_a_time::next_returns_the_next_bit_for_whole_byte ... ok [INFO] [stdout] test lsb::tests::decoding_combines_8_lsb_into_one_byte ... ok [INFO] [stdout] test lsb::tests::decoding_sets_one_lsb ... ok [INFO] [stdout] test lsb::tests::encoding_one_bit_sets_lsb ... ok [INFO] [stdout] test lsb::tests::encoding_zero_bit_clears_lsb ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/stegosaurus-541d8f686ee97803) [INFO] [stdout] [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] [stderr] Running tests/img_lsb_tests.rs (/opt/rustwide/target/debug/deps/img_lsb_tests-f6ee6dc52b3bc66d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--test img_lsb_tests' [INFO] running `Command { std: "docker" "inspect" "3b06fc3dea1350427030e2f4f8b6048834a15663935fc859a874c2b5df1c4d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b06fc3dea1350427030e2f4f8b6048834a15663935fc859a874c2b5df1c4d84", kill_on_drop: false }` [INFO] [stdout] 3b06fc3dea1350427030e2f4f8b6048834a15663935fc859a874c2b5df1c4d84