[INFO] updating cached repository BlakeWilliams/nsa [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BlakeWilliams/nsa [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BlakeWilliams/nsa" "work/ex/beta-1.38-1/sources/1.37.0/gh/BlakeWilliams/nsa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/BlakeWilliams/nsa'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BlakeWilliams/nsa" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2908dca6bcee163a28c2598ce8f899b392ba6301 [INFO] sha for GitHub repo BlakeWilliams/nsa: 2908dca6bcee163a28c2598ce8f899b392ba6301 [INFO] validating manifest of BlakeWilliams/nsa 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 BlakeWilliams/nsa 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 BlakeWilliams/nsa [INFO] finished frobbing BlakeWilliams/nsa [INFO] frobbed toml for BlakeWilliams/nsa written to work/ex/beta-1.38-1/sources/1.37.0/gh/BlakeWilliams/nsa/Cargo.toml [INFO] started frobbing BlakeWilliams/nsa [INFO] finished frobbing BlakeWilliams/nsa [INFO] frobbed toml for BlakeWilliams/nsa written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa/Cargo.toml [INFO] crate BlakeWilliams/nsa 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/BlakeWilliams/nsa/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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing BlakeWilliams/nsa against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa:/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-08-13" "build" "--frozen"` [INFO] [stdout] 4d457dae61d24a64226901965e1ce2e79347715b557cab5d61591e3d53967f47 [INFO] running `"docker" "start" "-a" "4d457dae61d24a64226901965e1ce2e79347715b557cab5d61591e3d53967f47"` [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling nsa v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | let home = env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::slice::::connect': renamed to join [INFO] [stderr] --> src/main.rs:50:27 [INFO] [stderr] | [INFO] [stderr] 50 | println!("{}", phrase.connect(" ")); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.15s [INFO] running `"docker" "inspect" "4d457dae61d24a64226901965e1ce2e79347715b557cab5d61591e3d53967f47"` [INFO] running `"docker" "rm" "-f" "4d457dae61d24a64226901965e1ce2e79347715b557cab5d61591e3d53967f47"` [INFO] [stdout] 4d457dae61d24a64226901965e1ce2e79347715b557cab5d61591e3d53967f47 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e6c835350be33eece8d5c02c714e24aba9b1681e030e09000d7c6baff2d6baa4 [INFO] running `"docker" "start" "-a" "e6c835350be33eece8d5c02c714e24aba9b1681e030e09000d7c6baff2d6baa4"` [INFO] [stderr] Compiling nsa v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | let home = env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::slice::::connect': renamed to join [INFO] [stderr] --> src/main.rs:50:27 [INFO] [stderr] | [INFO] [stderr] 50 | println!("{}", phrase.connect(" ")); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `"docker" "inspect" "e6c835350be33eece8d5c02c714e24aba9b1681e030e09000d7c6baff2d6baa4"` [INFO] running `"docker" "rm" "-f" "e6c835350be33eece8d5c02c714e24aba9b1681e030e09000d7c6baff2d6baa4"` [INFO] [stdout] e6c835350be33eece8d5c02c714e24aba9b1681e030e09000d7c6baff2d6baa4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BlakeWilliams/nsa:/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-08-13" "test" "--frozen"` [INFO] [stdout] dbca5e42c29ac3ad47e9a46e202bc290f21220ec4b0ecb1cc1456e4fc0b115fa [INFO] running `"docker" "start" "-a" "dbca5e42c29ac3ad47e9a46e202bc290f21220ec4b0ecb1cc1456e4fc0b115fa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/nsa-2100bf53c5de38c2 [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" "dbca5e42c29ac3ad47e9a46e202bc290f21220ec4b0ecb1cc1456e4fc0b115fa"` [INFO] running `"docker" "rm" "-f" "dbca5e42c29ac3ad47e9a46e202bc290f21220ec4b0ecb1cc1456e4fc0b115fa"` [INFO] [stdout] dbca5e42c29ac3ad47e9a46e202bc290f21220ec4b0ecb1cc1456e4fc0b115fa