[INFO] crate static-compress 0.3.2 is already in cache [INFO] extracting crate static-compress 0.3.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/static-compress/0.3.2 [INFO] extracting crate static-compress 0.3.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/static-compress/0.3.2 [INFO] validating manifest of static-compress-0.3.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of static-compress-0.3.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing static-compress-0.3.2 [INFO] finished frobbing static-compress-0.3.2 [INFO] frobbed toml for static-compress-0.3.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/static-compress/0.3.2/Cargo.toml [INFO] started frobbing static-compress-0.3.2 [INFO] finished frobbing static-compress-0.3.2 [INFO] frobbed toml for static-compress-0.3.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/static-compress/0.3.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing static-compress-0.3.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/static-compress/0.3.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 5a5cf94db0393b746620d33429e6d795357da2420983608e70eb6de3c51f23c5 [INFO] running `"docker" "start" "-a" "5a5cf94db0393b746620d33429e6d795357da2420983608e70eb6de3c51f23c5"` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling adler32 v0.2.0 [INFO] [stderr] Compiling separator v0.3.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling stderr v0.7.1 [INFO] [stderr] Compiling globset v0.2.1 [INFO] [stderr] Compiling chan v0.1.23 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling zopfli v0.3.7 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling static-compress v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | InvalidParameterValue(pname: &'static str) { [INFO] [stderr] 4 | | description("An invalid value was supplied for a command line argument.") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | InvalidParameterValue(pname: &'static str) { [INFO] [stderr] 4 | | description("An invalid value was supplied for a command line argument.") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:293:16 [INFO] [stderr] | [INFO] [stderr] 293 | fn fix_filters(mut filters: &mut Vec) { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.01s [INFO] running `"docker" "inspect" "5a5cf94db0393b746620d33429e6d795357da2420983608e70eb6de3c51f23c5"` [INFO] running `"docker" "rm" "-f" "5a5cf94db0393b746620d33429e6d795357da2420983608e70eb6de3c51f23c5"` [INFO] [stdout] 5a5cf94db0393b746620d33429e6d795357da2420983608e70eb6de3c51f23c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/static-compress/0.3.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 33d01ac7d278723187fa79bd6276ecd06a3e264926bf8fdce0f4855e37f99e36 [INFO] running `"docker" "start" "-a" "33d01ac7d278723187fa79bd6276ecd06a3e264926bf8fdce0f4855e37f99e36"` [INFO] [stderr] Compiling static-compress v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | InvalidParameterValue(pname: &'static str) { [INFO] [stderr] 4 | | description("An invalid value was supplied for a command line argument.") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | errors { [INFO] [stderr] 3 | | InvalidParameterValue(pname: &'static str) { [INFO] [stderr] 4 | | description("An invalid value was supplied for a command line argument.") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:293:16 [INFO] [stderr] | [INFO] [stderr] 293 | fn fix_filters(mut filters: &mut Vec) { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `"docker" "inspect" "33d01ac7d278723187fa79bd6276ecd06a3e264926bf8fdce0f4855e37f99e36"` [INFO] running `"docker" "rm" "-f" "33d01ac7d278723187fa79bd6276ecd06a3e264926bf8fdce0f4855e37f99e36"` [INFO] [stdout] 33d01ac7d278723187fa79bd6276ecd06a3e264926bf8fdce0f4855e37f99e36 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/static-compress/0.3.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 85e45b757cc434960ded77ec9885b0fe1156fc44280427c56dd382c0cbc11a16 [INFO] running `"docker" "start" "-a" "85e45b757cc434960ded77ec9885b0fe1156fc44280427c56dd382c0cbc11a16"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/static_compress-93aad59dfeeac656 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "85e45b757cc434960ded77ec9885b0fe1156fc44280427c56dd382c0cbc11a16"` [INFO] running `"docker" "rm" "-f" "85e45b757cc434960ded77ec9885b0fe1156fc44280427c56dd382c0cbc11a16"` [INFO] [stdout] 85e45b757cc434960ded77ec9885b0fe1156fc44280427c56dd382c0cbc11a16