[INFO] updating cached repository bddap/hex [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bddap/hex [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bddap/hex" "work/ex/beta-1.37-6/sources/1.36.0/gh/bddap/hex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/bddap/hex'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bddap/hex" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b28d3c1f95fb2ccd90b325adfeafe05e45a7288b [INFO] sha for GitHub repo bddap/hex: b28d3c1f95fb2ccd90b325adfeafe05e45a7288b [INFO] validating manifest of bddap/hex 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 bddap/hex 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 bddap/hex [INFO] finished frobbing bddap/hex [INFO] frobbed toml for bddap/hex written to work/ex/beta-1.37-6/sources/1.36.0/gh/bddap/hex/Cargo.toml [INFO] started frobbing bddap/hex [INFO] finished frobbing bddap/hex [INFO] frobbed toml for bddap/hex written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex/Cargo.toml [INFO] crate bddap/hex already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/bddap/hex/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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 bddap/hex against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 83e88a417d3df3569a7ace3c0983835f6f128862d77879184f01c946c125791b [INFO] running `"docker" "start" "-a" "83e88a417d3df3569a7ace3c0983835f6f128862d77879184f01c946c125791b"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling hex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | a @ b'0'...b'9' => Ok(a - b'0'), [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/main.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | a @ b'a'...b'f' => Ok(a - b'a' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.38s [INFO] running `"docker" "inspect" "83e88a417d3df3569a7ace3c0983835f6f128862d77879184f01c946c125791b"` [INFO] running `"docker" "rm" "-f" "83e88a417d3df3569a7ace3c0983835f6f128862d77879184f01c946c125791b"` [INFO] [stdout] 83e88a417d3df3569a7ace3c0983835f6f128862d77879184f01c946c125791b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 58fca3efb22dc009238b59d9465049c6181cbc27be13cdf9627b6213541fabe1 [INFO] running `"docker" "start" "-a" "58fca3efb22dc009238b59d9465049c6181cbc27be13cdf9627b6213541fabe1"` [INFO] [stderr] Compiling hex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | a @ b'0'...b'9' => Ok(a - b'0'), [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/main.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | a @ b'a'...b'f' => Ok(a - b'a' + 10), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "58fca3efb22dc009238b59d9465049c6181cbc27be13cdf9627b6213541fabe1"` [INFO] running `"docker" "rm" "-f" "58fca3efb22dc009238b59d9465049c6181cbc27be13cdf9627b6213541fabe1"` [INFO] [stdout] 58fca3efb22dc009238b59d9465049c6181cbc27be13cdf9627b6213541fabe1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bddap/hex:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 04300bc0cf77f8172fe1e9ccda8a630ecea152e695c27b5375b779db46b563b4 [INFO] running `"docker" "start" "-a" "04300bc0cf77f8172fe1e9ccda8a630ecea152e695c27b5375b779db46b563b4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/hex-945cc91efc7b3d79 [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" "04300bc0cf77f8172fe1e9ccda8a630ecea152e695c27b5375b779db46b563b4"` [INFO] running `"docker" "rm" "-f" "04300bc0cf77f8172fe1e9ccda8a630ecea152e695c27b5375b779db46b563b4"` [INFO] [stdout] 04300bc0cf77f8172fe1e9ccda8a630ecea152e695c27b5375b779db46b563b4