[INFO] updating cached repository https://github.com/inferiorhumanorgans/ubnt-info [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] 2ffd11f9cf0d5d471a44d4ba6fd42524d14d2c94 [INFO] testing inferiorhumanorgans/ubnt-info against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Finferiorhumanorgans%2Fubnt-info" "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/inferiorhumanorgans/ubnt-info 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/inferiorhumanorgans/ubnt-info [INFO] finished tweaking git repo https://github.com/inferiorhumanorgans/ubnt-info [INFO] tweaked toml for git repo https://github.com/inferiorhumanorgans/ubnt-info written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/inferiorhumanorgans/ubnt-info 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] 2ad9d77a46e9f3cf02d17cf119e31cc40f32fa860c4f92897c4637f57e553857 [INFO] running `"docker" "start" "-a" "2ad9d77a46e9f3cf02d17cf119e31cc40f32fa860c4f92897c4637f57e553857"` [INFO] [stderr] Compiling ubnt-info v0.1.0 (/opt/rustwide/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 3.08s [INFO] running `"docker" "inspect" "2ad9d77a46e9f3cf02d17cf119e31cc40f32fa860c4f92897c4637f57e553857"` [INFO] running `"docker" "rm" "-f" "2ad9d77a46e9f3cf02d17cf119e31cc40f32fa860c4f92897c4637f57e553857"` [INFO] [stdout] 2ad9d77a46e9f3cf02d17cf119e31cc40f32fa860c4f92897c4637f57e553857 [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] 292fdbcbdc8a7889d5c1526e0a7f47af643e1059f2151d8d3bef5c8e1f74c234 [INFO] running `"docker" "start" "-a" "292fdbcbdc8a7889d5c1526e0a7f47af643e1059f2151d8d3bef5c8e1f74c234"` [INFO] [stderr] Compiling ubnt-info v0.1.0 (/opt/rustwide/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 0.88s [INFO] running `"docker" "inspect" "292fdbcbdc8a7889d5c1526e0a7f47af643e1059f2151d8d3bef5c8e1f74c234"` [INFO] running `"docker" "rm" "-f" "292fdbcbdc8a7889d5c1526e0a7f47af643e1059f2151d8d3bef5c8e1f74c234"` [INFO] [stdout] 292fdbcbdc8a7889d5c1526e0a7f47af643e1059f2151d8d3bef5c8e1f74c234 [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] 9d1cb7fcddb213ccf7fe9b25fbc161862e114e4a9889b2d5e3d19c942a3d3c51 [INFO] running `"docker" "start" "-a" "9d1cb7fcddb213ccf7fe9b25fbc161862e114e4a9889b2d5e3d19c942a3d3c51"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ubnt_info-821b1f25d5d4c5f4 [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/rustwide/target/debug/deps/ubnt_board_info-a07bf21c732c67ea [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" "9d1cb7fcddb213ccf7fe9b25fbc161862e114e4a9889b2d5e3d19c942a3d3c51"` [INFO] running `"docker" "rm" "-f" "9d1cb7fcddb213ccf7fe9b25fbc161862e114e4a9889b2d5e3d19c942a3d3c51"` [INFO] [stdout] 9d1cb7fcddb213ccf7fe9b25fbc161862e114e4a9889b2d5e3d19c942a3d3c51