[INFO] updating cached repository shimunn/aria2xspf [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/shimunn/aria2xspf [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/shimunn/aria2xspf" "work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/shimunn/aria2xspf" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/shimunn/aria2xspf"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/shimunn/aria2xspf'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 35b01ba1527c9163a527315b1416ad2af8c4326c [INFO] sha for GitHub repo shimunn/aria2xspf: 35b01ba1527c9163a527315b1416ad2af8c4326c [INFO] validating manifest of shimunn/aria2xspf 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 shimunn/aria2xspf 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 shimunn/aria2xspf [INFO] finished frobbing shimunn/aria2xspf [INFO] frobbed toml for shimunn/aria2xspf written to work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf/Cargo.toml [INFO] started frobbing shimunn/aria2xspf [INFO] finished frobbing shimunn/aria2xspf [INFO] frobbed toml for shimunn/aria2xspf written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/shimunn/aria2xspf/Cargo.toml [INFO] crate shimunn/aria2xspf 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] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing shimunn/aria2xspf 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-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf:/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] ae665789426fc4e2ad69d9f72d6c87d5855d414d60fa10439434fe9e8dcb3c82 [INFO] running `"docker" "start" "-a" "ae665789426fc4e2ad69d9f72d6c87d5855d414d60fa10439434fe9e8dcb3c82"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling darling_core v0.8.5 [INFO] [stderr] Compiling darling_macro v0.8.5 [INFO] [stderr] Compiling darling v0.8.5 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Compiling aria2xspf v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn new(url: String, title: String) -> Track { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.03s [INFO] running `"docker" "inspect" "ae665789426fc4e2ad69d9f72d6c87d5855d414d60fa10439434fe9e8dcb3c82"` [INFO] running `"docker" "rm" "-f" "ae665789426fc4e2ad69d9f72d6c87d5855d414d60fa10439434fe9e8dcb3c82"` [INFO] [stdout] ae665789426fc4e2ad69d9f72d6c87d5855d414d60fa10439434fe9e8dcb3c82 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf:/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] 7ede16e043e2b9137d881e1a7bc8b9266775a1ff66c82a15bfa73c17b8fa89a3 [INFO] running `"docker" "start" "-a" "7ede16e043e2b9137d881e1a7bc8b9266775a1ff66c82a15bfa73c17b8fa89a3"` [INFO] [stderr] Compiling aria2xspf v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/main.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn new(url: String, title: String) -> Track { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "7ede16e043e2b9137d881e1a7bc8b9266775a1ff66c82a15bfa73c17b8fa89a3"` [INFO] running `"docker" "rm" "-f" "7ede16e043e2b9137d881e1a7bc8b9266775a1ff66c82a15bfa73c17b8fa89a3"` [INFO] [stdout] 7ede16e043e2b9137d881e1a7bc8b9266775a1ff66c82a15bfa73c17b8fa89a3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/shimunn/aria2xspf:/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] 2a285d4a1942a560893c7cbe5843bd582e32fbb33993ab58ae8223926fe4b79c [INFO] running `"docker" "start" "-a" "2a285d4a1942a560893c7cbe5843bd582e32fbb33993ab58ae8223926fe4b79c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/aria2xspf-b848dda73f8ba794 [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" "2a285d4a1942a560893c7cbe5843bd582e32fbb33993ab58ae8223926fe4b79c"` [INFO] running `"docker" "rm" "-f" "2a285d4a1942a560893c7cbe5843bd582e32fbb33993ab58ae8223926fe4b79c"` [INFO] [stdout] 2a285d4a1942a560893c7cbe5843bd582e32fbb33993ab58ae8223926fe4b79c