[INFO] updating cached repository https://github.com/edwardwohaijun/unwrap [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ea51b3fb4617fefb875e90081c9e1577228a8e1a [INFO] testing edwardwohaijun/unwrap against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedwardwohaijun%2Funwrap" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edwardwohaijun/unwrap on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/edwardwohaijun/unwrap [INFO] finished tweaking git repo https://github.com/edwardwohaijun/unwrap [INFO] tweaked toml for git repo https://github.com/edwardwohaijun/unwrap written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/edwardwohaijun/unwrap already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 49d29bbe2453accdbfc5694896c18c8af1c4c528ba172718ff1596185dacccf8 [INFO] running `"docker" "start" "-a" "49d29bbe2453accdbfc5694896c18c8af1c4c528ba172718ff1596185dacccf8"` [INFO] [stderr] Compiling bitflags v0.6.0 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling unrar_sys v0.2.0 [INFO] [stderr] Compiling rust-lzma v0.4.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling filetime v0.2.4 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling tar v0.4.20 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling zip v0.5.0 [INFO] [stderr] Compiling tree_magic v0.2.1 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling unrar v0.4.3 [INFO] [stderr] Compiling unwrap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `create_dir` [INFO] [stderr] --> src/main.rs:251:1 [INFO] [stderr] | [INFO] [stderr] 251 | fn create_dir(path: &str) -> io::Result { // after moving this fn into a module, make this one private [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `path_digi_suffix` should have an upper case name [INFO] [stderr] --> src/main.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | static ref path_digi_suffix: Regex = Regex::new(r"_\((\d+)\)$").unwrap(); // to match a directory name: this_is_a_directory_(123) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PATH_DIGI_SUFFIX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.19s [INFO] running `"docker" "inspect" "49d29bbe2453accdbfc5694896c18c8af1c4c528ba172718ff1596185dacccf8"` [INFO] running `"docker" "rm" "-f" "49d29bbe2453accdbfc5694896c18c8af1c4c528ba172718ff1596185dacccf8"` [INFO] [stdout] 49d29bbe2453accdbfc5694896c18c8af1c4c528ba172718ff1596185dacccf8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e17e0bd9669bbef5a8e971ed79289b2382455f19c18bce72edf3d4488d65816a [INFO] running `"docker" "start" "-a" "e17e0bd9669bbef5a8e971ed79289b2382455f19c18bce72edf3d4488d65816a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unwrap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `create_dir` [INFO] [stderr] --> src/main.rs:251:1 [INFO] [stderr] | [INFO] [stderr] 251 | fn create_dir(path: &str) -> io::Result { // after moving this fn into a module, make this one private [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `path_digi_suffix` should have an upper case name [INFO] [stderr] --> src/main.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | static ref path_digi_suffix: Regex = Regex::new(r"_\((\d+)\)$").unwrap(); // to match a directory name: this_is_a_directory_(123) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PATH_DIGI_SUFFIX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `"docker" "inspect" "e17e0bd9669bbef5a8e971ed79289b2382455f19c18bce72edf3d4488d65816a"` [INFO] running `"docker" "rm" "-f" "e17e0bd9669bbef5a8e971ed79289b2382455f19c18bce72edf3d4488d65816a"` [INFO] [stdout] e17e0bd9669bbef5a8e971ed79289b2382455f19c18bce72edf3d4488d65816a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] a98333362dfe2bd9db62dcb2d52035d71006121be66a20d9c3bf05f0fc1c54f3 [INFO] running `"docker" "start" "-a" "a98333362dfe2bd9db62dcb2d52035d71006121be66a20d9c3bf05f0fc1c54f3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/unwrap-bc45a74cf59ff71c [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" "a98333362dfe2bd9db62dcb2d52035d71006121be66a20d9c3bf05f0fc1c54f3"` [INFO] running `"docker" "rm" "-f" "a98333362dfe2bd9db62dcb2d52035d71006121be66a20d9c3bf05f0fc1c54f3"` [INFO] [stdout] a98333362dfe2bd9db62dcb2d52035d71006121be66a20d9c3bf05f0fc1c54f3