[INFO] cloning repository https://github.com/liclac/pngbomb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liclac/pngbomb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliclac%2Fpngbomb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliclac%2Fpngbomb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0fc2f2a42784557727e44be2f1b86844759a6fa [INFO] testing liclac/pngbomb against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliclac%2Fpngbomb" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/liclac/pngbomb on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/liclac/pngbomb [INFO] finished tweaking git repo https://github.com/liclac/pngbomb [INFO] tweaked toml for git repo https://github.com/liclac/pngbomb written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/liclac/pngbomb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 0ff063800e08cb9a82cdf2acea8a20d4e9c82790242d228aa3084d31f35f785a [INFO] running `Command { std: "docker" "start" "-a" "0ff063800e08cb9a82cdf2acea8a20d4e9c82790242d228aa3084d31f35f785a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ff063800e08cb9a82cdf2acea8a20d4e9c82790242d228aa3084d31f35f785a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ff063800e08cb9a82cdf2acea8a20d4e9c82790242d228aa3084d31f35f785a", kill_on_drop: false }` [INFO] [stdout] 0ff063800e08cb9a82cdf2acea8a20d4e9c82790242d228aa3084d31f35f785a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 8f1a85f6a0cae1b4aa8fe0309892dcb7e586ce693f55f612c42da79685037c8e [INFO] running `Command { std: "docker" "start" "-a" "8f1a85f6a0cae1b4aa8fe0309892dcb7e586ce693f55f612c42da79685037c8e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling pbr v1.0.1 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling pngbomb 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/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IO(std::io::Error); [INFO] [stdout] 6 | | Docopt(docopt::Error); [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "8f1a85f6a0cae1b4aa8fe0309892dcb7e586ce693f55f612c42da79685037c8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f1a85f6a0cae1b4aa8fe0309892dcb7e586ce693f55f612c42da79685037c8e", kill_on_drop: false }` [INFO] [stdout] 8f1a85f6a0cae1b4aa8fe0309892dcb7e586ce693f55f612c42da79685037c8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2833f675c0c2c366de5d783b850dd71d13b0d6777dab3668450ff15594e3df42 [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" "2833f675c0c2c366de5d783b850dd71d13b0d6777dab3668450ff15594e3df42", kill_on_drop: false }` [INFO] [stderr] Compiling pngbomb 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/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | IO(std::io::Error); [INFO] [stdout] 6 | | Docopt(docopt::Error); [INFO] [stdout] 7 | | } [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/pngbomb-27e3180fb1ad1023) [INFO] running `Command { std: "docker" "inspect" "2833f675c0c2c366de5d783b850dd71d13b0d6777dab3668450ff15594e3df42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2833f675c0c2c366de5d783b850dd71d13b0d6777dab3668450ff15594e3df42", kill_on_drop: false }` [INFO] [stdout] 2833f675c0c2c366de5d783b850dd71d13b0d6777dab3668450ff15594e3df42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 354210ca4bf9c16ae4d4412edd9f735ed7521e2c6ec08f9d5655a7e31fd01921 [INFO] running `Command { std: "docker" "start" "-a" "354210ca4bf9c16ae4d4412edd9f735ed7521e2c6ec08f9d5655a7e31fd01921", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | IO(std::io::Error); [INFO] [stderr] 6 | | Docopt(docopt::Error); [INFO] [stderr] 7 | | } [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pngbomb` (bin "pngbomb" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pngbomb-27e3180fb1ad1023) [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] running `Command { std: "docker" "inspect" "354210ca4bf9c16ae4d4412edd9f735ed7521e2c6ec08f9d5655a7e31fd01921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "354210ca4bf9c16ae4d4412edd9f735ed7521e2c6ec08f9d5655a7e31fd01921", kill_on_drop: false }` [INFO] [stdout] 354210ca4bf9c16ae4d4412edd9f735ed7521e2c6ec08f9d5655a7e31fd01921