[INFO] updating cached repository luciusmagn/rusic [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/luciusmagn/rusic [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/luciusmagn/rusic" "work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/luciusmagn/rusic" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luciusmagn/rusic"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luciusmagn/rusic'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77cb4532499c17902c65fa0381097766e92a88de [INFO] sha for GitHub repo luciusmagn/rusic: 77cb4532499c17902c65fa0381097766e92a88de [INFO] validating manifest of luciusmagn/rusic 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 luciusmagn/rusic 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 luciusmagn/rusic [INFO] finished frobbing luciusmagn/rusic [INFO] frobbed toml for luciusmagn/rusic written to work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic/Cargo.toml [INFO] started frobbing luciusmagn/rusic [INFO] finished frobbing luciusmagn/rusic [INFO] frobbed toml for luciusmagn/rusic written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luciusmagn/rusic/Cargo.toml [INFO] crate luciusmagn/rusic 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/luciusmagn/rusic/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 luciusmagn/rusic 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic:/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] db08f21c6ef6b3c5a09a87f5c55aba9b5d96c49a51289f5b9cc3751d7a0e57b5 [INFO] running `"docker" "start" "-a" "db08f21c6ef6b3c5a09a87f5c55aba9b5d96c49a51289f5b9cc3751d7a0e57b5"` [INFO] [stderr] Compiling rusting v0.1.0 [INFO] [stderr] Compiling rusting v0.2.0 [INFO] [stderr] Compiling termion v1.5.3 [INFO] [stderr] Compiling async_command v0.2.0 [INFO] [stderr] Compiling rusic v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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 2.17s [INFO] running `"docker" "inspect" "db08f21c6ef6b3c5a09a87f5c55aba9b5d96c49a51289f5b9cc3751d7a0e57b5"` [INFO] running `"docker" "rm" "-f" "db08f21c6ef6b3c5a09a87f5c55aba9b5d96c49a51289f5b9cc3751d7a0e57b5"` [INFO] [stdout] db08f21c6ef6b3c5a09a87f5c55aba9b5d96c49a51289f5b9cc3751d7a0e57b5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic:/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] 7d11289046d4cef9f34f14325d6ff51dbba11a8d83e3863240258f7031a78fe5 [INFO] running `"docker" "start" "-a" "7d11289046d4cef9f34f14325d6ff51dbba11a8d83e3863240258f7031a78fe5"` [INFO] [stderr] Compiling rusic v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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.56s [INFO] running `"docker" "inspect" "7d11289046d4cef9f34f14325d6ff51dbba11a8d83e3863240258f7031a78fe5"` [INFO] running `"docker" "rm" "-f" "7d11289046d4cef9f34f14325d6ff51dbba11a8d83e3863240258f7031a78fe5"` [INFO] [stdout] 7d11289046d4cef9f34f14325d6ff51dbba11a8d83e3863240258f7031a78fe5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luciusmagn/rusic:/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] 0a2be59bea7d0f336384c37b81d707e58ef74cf1e4f4556e6215d78d6ac9d3d4 [INFO] running `"docker" "start" "-a" "0a2be59bea7d0f336384c37b81d707e58ef74cf1e4f4556e6215d78d6ac9d3d4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusic-2d1b5a9acfc3cc12 [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" "0a2be59bea7d0f336384c37b81d707e58ef74cf1e4f4556e6215d78d6ac9d3d4"` [INFO] running `"docker" "rm" "-f" "0a2be59bea7d0f336384c37b81d707e58ef74cf1e4f4556e6215d78d6ac9d3d4"` [INFO] [stdout] 0a2be59bea7d0f336384c37b81d707e58ef74cf1e4f4556e6215d78d6ac9d3d4