[INFO] updating cached repository inferiorhumanorgans/ubnt-info [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/inferiorhumanorgans/ubnt-info [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/inferiorhumanorgans/ubnt-info" "work/ex/beta-1.38-1/sources/1.37.0/gh/inferiorhumanorgans/ubnt-info"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/inferiorhumanorgans/ubnt-info'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/inferiorhumanorgans/ubnt-info" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/inferiorhumanorgans/ubnt-info"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/inferiorhumanorgans/ubnt-info'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ffd11f9cf0d5d471a44d4ba6fd42524d14d2c94 [INFO] sha for GitHub repo inferiorhumanorgans/ubnt-info: 2ffd11f9cf0d5d471a44d4ba6fd42524d14d2c94 [INFO] validating manifest of inferiorhumanorgans/ubnt-info 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 inferiorhumanorgans/ubnt-info 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 inferiorhumanorgans/ubnt-info [INFO] finished frobbing inferiorhumanorgans/ubnt-info [INFO] frobbed toml for inferiorhumanorgans/ubnt-info written to work/ex/beta-1.38-1/sources/1.37.0/gh/inferiorhumanorgans/ubnt-info/Cargo.toml [INFO] started frobbing inferiorhumanorgans/ubnt-info [INFO] finished frobbing inferiorhumanorgans/ubnt-info [INFO] frobbed toml for inferiorhumanorgans/ubnt-info written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/inferiorhumanorgans/ubnt-info/Cargo.toml [INFO] crate inferiorhumanorgans/ubnt-info 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] 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 inferiorhumanorgans/ubnt-info 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-7/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/inferiorhumanorgans/ubnt-info:/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] 7c3d7092f1999ab934e8e3fcb31a1ce12e737b59e47ac00d35a3fa8be487931e [INFO] running `"docker" "start" "-a" "7c3d7092f1999ab934e8e3fcb31a1ce12e737b59e47ac00d35a3fa8be487931e"` [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling ubnt-info v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/board_info.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref RE_MTDPART: Regex = Regex::new(r##"^(.+): ([0-9a-f]+) ([0-9a-f]+) "(.+)"$"##).unwrap(); [INFO] [stderr] 67 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/board_info.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref RE_MTDPART: Regex = Regex::new(r##"^(.+): ([0-9a-f]+) ([0-9a-f]+) "(.+)"$"##).unwrap(); [INFO] [stderr] 67 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.27s [INFO] running `"docker" "inspect" "7c3d7092f1999ab934e8e3fcb31a1ce12e737b59e47ac00d35a3fa8be487931e"` [INFO] running `"docker" "rm" "-f" "7c3d7092f1999ab934e8e3fcb31a1ce12e737b59e47ac00d35a3fa8be487931e"` [INFO] [stdout] 7c3d7092f1999ab934e8e3fcb31a1ce12e737b59e47ac00d35a3fa8be487931e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/inferiorhumanorgans/ubnt-info:/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] a859682139c3faf83627b5248cb7d803bc7c6d13851e3ed53ce5adf95d7ba671 [INFO] running `"docker" "start" "-a" "a859682139c3faf83627b5248cb7d803bc7c6d13851e3ed53ce5adf95d7ba671"` [INFO] [stderr] Compiling ubnt-info v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/board_info.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref RE_MTDPART: Regex = Regex::new(r##"^(.+): ([0-9a-f]+) ([0-9a-f]+) "(.+)"$"##).unwrap(); [INFO] [stderr] 67 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/board_info.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref RE_MTDPART: Regex = Regex::new(r##"^(.+): ([0-9a-f]+) ([0-9a-f]+) "(.+)"$"##).unwrap(); [INFO] [stderr] 67 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `"docker" "inspect" "a859682139c3faf83627b5248cb7d803bc7c6d13851e3ed53ce5adf95d7ba671"` [INFO] running `"docker" "rm" "-f" "a859682139c3faf83627b5248cb7d803bc7c6d13851e3ed53ce5adf95d7ba671"` [INFO] [stdout] a859682139c3faf83627b5248cb7d803bc7c6d13851e3ed53ce5adf95d7ba671 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/inferiorhumanorgans/ubnt-info:/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] 6b7906792f9ae90f6ec4f807abcf904e262a19cf7446d57f40c7a883fac72348 [INFO] running `"docker" "start" "-a" "6b7906792f9ae90f6ec4f807abcf904e262a19cf7446d57f40c7a883fac72348"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/ubnt_info-5968b6f59cf29347 [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] [stderr] Running /opt/crater/target/debug/deps/ubnt_board_info-5dabdcad0b4e6dd1 [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] [stderr] Doc-tests ubnt-info [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" "6b7906792f9ae90f6ec4f807abcf904e262a19cf7446d57f40c7a883fac72348"` [INFO] running `"docker" "rm" "-f" "6b7906792f9ae90f6ec4f807abcf904e262a19cf7446d57f40c7a883fac72348"` [INFO] [stdout] 6b7906792f9ae90f6ec4f807abcf904e262a19cf7446d57f40c7a883fac72348