[INFO] updating cached repository ExPixel/portmantout [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ExPixel/portmantout [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ExPixel/portmantout" "work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ExPixel/portmantout" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ExPixel/portmantout"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ExPixel/portmantout'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 853cfb265a9dfc969f9cc4f67cb8c84846d1ffa5 [INFO] sha for GitHub repo ExPixel/portmantout: 853cfb265a9dfc969f9cc4f67cb8c84846d1ffa5 [INFO] validating manifest of ExPixel/portmantout 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 ExPixel/portmantout 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 ExPixel/portmantout [INFO] finished frobbing ExPixel/portmantout [INFO] frobbed toml for ExPixel/portmantout written to work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout/Cargo.toml [INFO] started frobbing ExPixel/portmantout [INFO] finished frobbing ExPixel/portmantout [INFO] frobbed toml for ExPixel/portmantout written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ExPixel/portmantout/Cargo.toml [INFO] crate ExPixel/portmantout 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/ExPixel/portmantout/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] [stderr] Blocking waiting for file lock on package cache [INFO] testing ExPixel/portmantout 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout:/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] ba41e4b01aa6cac2bb490e09708c0e5c30dc6d49a177636ba57331064d6ed866 [INFO] running `"docker" "start" "-a" "ba41e4b01aa6cac2bb490e09708c0e5c30dc6d49a177636ba57331064d6ed866"` [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling portmantout v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / macro_rules! task { [INFO] [stderr] 31 | | ($name:expr, $task:block) => ({ [INFO] [stderr] 32 | | println!("[START] {}", $name); [INFO] [stderr] 33 | | let _ret = $task; [INFO] [stderr] ... | [INFO] [stderr] 36 | | }) [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.43s [INFO] running `"docker" "inspect" "ba41e4b01aa6cac2bb490e09708c0e5c30dc6d49a177636ba57331064d6ed866"` [INFO] running `"docker" "rm" "-f" "ba41e4b01aa6cac2bb490e09708c0e5c30dc6d49a177636ba57331064d6ed866"` [INFO] [stdout] ba41e4b01aa6cac2bb490e09708c0e5c30dc6d49a177636ba57331064d6ed866 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout:/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] 4bad4d84300bb6ef479a79444304a1b0d653c21955ba30fbd7970a82c776b5b7 [INFO] running `"docker" "start" "-a" "4bad4d84300bb6ef479a79444304a1b0d653c21955ba30fbd7970a82c776b5b7"` [INFO] [stderr] Compiling portmantout v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / macro_rules! task { [INFO] [stderr] 31 | | ($name:expr, $task:block) => ({ [INFO] [stderr] 32 | | println!("[START] {}", $name); [INFO] [stderr] 33 | | let _ret = $task; [INFO] [stderr] ... | [INFO] [stderr] 36 | | }) [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "4bad4d84300bb6ef479a79444304a1b0d653c21955ba30fbd7970a82c776b5b7"` [INFO] running `"docker" "rm" "-f" "4bad4d84300bb6ef479a79444304a1b0d653c21955ba30fbd7970a82c776b5b7"` [INFO] [stdout] 4bad4d84300bb6ef479a79444304a1b0d653c21955ba30fbd7970a82c776b5b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ExPixel/portmantout:/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] 2952378d48baa3aa4ebbf074ecfda3c73aa273f16581fe8f0f3b910a57494903 [INFO] running `"docker" "start" "-a" "2952378d48baa3aa4ebbf074ecfda3c73aa273f16581fe8f0f3b910a57494903"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/portmantout-45d5cad598106360 [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" "2952378d48baa3aa4ebbf074ecfda3c73aa273f16581fe8f0f3b910a57494903"` [INFO] running `"docker" "rm" "-f" "2952378d48baa3aa4ebbf074ecfda3c73aa273f16581fe8f0f3b910a57494903"` [INFO] [stdout] 2952378d48baa3aa4ebbf074ecfda3c73aa273f16581fe8f0f3b910a57494903