[INFO] updating cached repository rasputozen/quickscopejs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rasputozen/quickscopejs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rasputozen/quickscopejs" "work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rasputozen/quickscopejs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rasputozen/quickscopejs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rasputozen/quickscopejs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f4e2dc86d054283020f0b14754cc6428291ad313 [INFO] sha for GitHub repo rasputozen/quickscopejs: f4e2dc86d054283020f0b14754cc6428291ad313 [INFO] validating manifest of rasputozen/quickscopejs 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 rasputozen/quickscopejs 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 rasputozen/quickscopejs [INFO] finished frobbing rasputozen/quickscopejs [INFO] frobbed toml for rasputozen/quickscopejs written to work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs/Cargo.toml [INFO] started frobbing rasputozen/quickscopejs [INFO] finished frobbing rasputozen/quickscopejs [INFO] frobbed toml for rasputozen/quickscopejs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rasputozen/quickscopejs/Cargo.toml [INFO] crate rasputozen/quickscopejs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rasputozen/quickscopejs 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs:/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] a11f7e0ee8b03000504ce0fa9b125bbfefe39f78930aa4a22b5ddc9d51d28347 [INFO] running `"docker" "start" "-a" "a11f7e0ee8b03000504ce0fa9b125bbfefe39f78930aa4a22b5ddc9d51d28347"` [INFO] [stderr] Compiling libc v0.2.20 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling quickscopejs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `File`, `self` [INFO] [stderr] --> src/main.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | use std::fs::{ self, File }; [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scripts_dir` [INFO] [stderr] --> src/main.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | let scripts_dir = path; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_scripts_dir` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.35s [INFO] running `"docker" "inspect" "a11f7e0ee8b03000504ce0fa9b125bbfefe39f78930aa4a22b5ddc9d51d28347"` [INFO] running `"docker" "rm" "-f" "a11f7e0ee8b03000504ce0fa9b125bbfefe39f78930aa4a22b5ddc9d51d28347"` [INFO] [stdout] a11f7e0ee8b03000504ce0fa9b125bbfefe39f78930aa4a22b5ddc9d51d28347 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs:/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] ce7188c58f11b006cf79bb305da4519903cbe781812647887228de0b21041d6f [INFO] running `"docker" "start" "-a" "ce7188c58f11b006cf79bb305da4519903cbe781812647887228de0b21041d6f"` [INFO] [stderr] Compiling quickscopejs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `File`, `self` [INFO] [stderr] --> src/main.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | use std::fs::{ self, File }; [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scripts_dir` [INFO] [stderr] --> src/main.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | let scripts_dir = path; [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_scripts_dir` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `"docker" "inspect" "ce7188c58f11b006cf79bb305da4519903cbe781812647887228de0b21041d6f"` [INFO] running `"docker" "rm" "-f" "ce7188c58f11b006cf79bb305da4519903cbe781812647887228de0b21041d6f"` [INFO] [stdout] ce7188c58f11b006cf79bb305da4519903cbe781812647887228de0b21041d6f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/rasputozen/quickscopejs:/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] 64e28790e4f2506c860d9f4172339b540cfa317f0c0e2fbf2cc28ee917390de4 [INFO] running `"docker" "start" "-a" "64e28790e4f2506c860d9f4172339b540cfa317f0c0e2fbf2cc28ee917390de4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/quickscopejs-069d5edc7c4afac6 [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" "64e28790e4f2506c860d9f4172339b540cfa317f0c0e2fbf2cc28ee917390de4"` [INFO] running `"docker" "rm" "-f" "64e28790e4f2506c860d9f4172339b540cfa317f0c0e2fbf2cc28ee917390de4"` [INFO] [stdout] 64e28790e4f2506c860d9f4172339b540cfa317f0c0e2fbf2cc28ee917390de4