[INFO] updating cached repository neosmart/static-compress [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/neosmart/static-compress [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/neosmart/static-compress" "work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/neosmart/static-compress" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/neosmart/static-compress"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/neosmart/static-compress'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 995aaaf7cdb7083f39b098d51fc388be76e1e622 [INFO] sha for GitHub repo neosmart/static-compress: 995aaaf7cdb7083f39b098d51fc388be76e1e622 [INFO] validating manifest of neosmart/static-compress on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of neosmart/static-compress on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing neosmart/static-compress [INFO] finished frobbing neosmart/static-compress [INFO] frobbed toml for neosmart/static-compress written to work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress/Cargo.toml [INFO] started frobbing neosmart/static-compress [INFO] finished frobbing neosmart/static-compress [INFO] frobbed toml for neosmart/static-compress written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/neosmart/static-compress/Cargo.toml [INFO] crate neosmart/static-compress already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing neosmart/static-compress against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress:/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.37.0" "build" "--frozen"` [INFO] [stdout] 94cea2852145f2933fe9913390c2971269c7e35fd717ecdedd917d6ed71a164e [INFO] running `"docker" "start" "-a" "94cea2852145f2933fe9913390c2971269c7e35fd717ecdedd917d6ed71a164e"` [INFO] [stderr] Compiling adler32 v0.2.0 [INFO] [stderr] Compiling encode_unicode v0.3.1 [INFO] [stderr] Compiling brotli-sys v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling filetime v0.1.10 [INFO] [stderr] Compiling crc v1.4.0 [INFO] [stderr] Compiling pretty-bytes v0.2.1 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling chan v0.1.19 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling zopfli v0.3.6 [INFO] [stderr] Compiling globset v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling stderr v0.7.1 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling brotli2 v0.3.0 [INFO] [stderr] Compiling static-compress v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | Some(2...6) => flate2::Compression::Default, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | Some(3...9) => flate2::Compression::Best, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:67:19 [INFO] [stderr] | [INFO] [stderr] 67 | Some(q @ 0...11) => q, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [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: #[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:294:16 [INFO] [stderr] | [INFO] [stderr] 294 | 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 23.22s [INFO] running `"docker" "inspect" "94cea2852145f2933fe9913390c2971269c7e35fd717ecdedd917d6ed71a164e"` [INFO] running `"docker" "rm" "-f" "94cea2852145f2933fe9913390c2971269c7e35fd717ecdedd917d6ed71a164e"` [INFO] [stdout] 94cea2852145f2933fe9913390c2971269c7e35fd717ecdedd917d6ed71a164e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0d42004a1590349b63abcc1484ba2effe139841724785ee4e10f468ea6bb24c9 [INFO] running `"docker" "start" "-a" "0d42004a1590349b63abcc1484ba2effe139841724785ee4e10f468ea6bb24c9"` [INFO] [stderr] Compiling static-compress v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | Some(2...6) => flate2::Compression::Default, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | Some(3...9) => flate2::Compression::Best, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/compression.rs:67:19 [INFO] [stderr] | [INFO] [stderr] 67 | Some(q @ 0...11) => q, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [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: #[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:294:16 [INFO] [stderr] | [INFO] [stderr] 294 | 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.00s [INFO] running `"docker" "inspect" "0d42004a1590349b63abcc1484ba2effe139841724785ee4e10f468ea6bb24c9"` [INFO] running `"docker" "rm" "-f" "0d42004a1590349b63abcc1484ba2effe139841724785ee4e10f468ea6bb24c9"` [INFO] [stdout] 0d42004a1590349b63abcc1484ba2effe139841724785ee4e10f468ea6bb24c9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/neosmart/static-compress:/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.37.0" "test" "--frozen"` [INFO] [stdout] f0befe3343c449810284e6ccd547ab6ce0481120c15c7c1bf96cb6359ec2e748 [INFO] running `"docker" "start" "-a" "f0befe3343c449810284e6ccd547ab6ce0481120c15c7c1bf96cb6359ec2e748"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/static_compress-ebd05a57d91343ec [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" "f0befe3343c449810284e6ccd547ab6ce0481120c15c7c1bf96cb6359ec2e748"` [INFO] running `"docker" "rm" "-f" "f0befe3343c449810284e6ccd547ab6ce0481120c15c7c1bf96cb6359ec2e748"` [INFO] [stdout] f0befe3343c449810284e6ccd547ab6ce0481120c15c7c1bf96cb6359ec2e748