[INFO] crate cargo-bitbake 0.3.10 is already in cache [INFO] testing cargo-bitbake-0.3.10 against 1.38.0 for beta-1.39-1 [INFO] extracting crate cargo-bitbake 0.3.10 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate cargo-bitbake 0.3.10 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 crates.io crate cargo-bitbake 0.3.10 [INFO] finished tweaking crates.io crate cargo-bitbake 0.3.10 [INFO] tweaked toml for crates.io crate cargo-bitbake 0.3.10 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] acfa10a6cf5b8f49b6316308a0a268b04dfbe9e22cb08be108f5f25bd9a38247 [INFO] running `"docker" "start" "-a" "acfa10a6cf5b8f49b6316308a0a268b04dfbe9e22cb08be108f5f25bd9a38247"` [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling serde_ignored v0.0.4 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling ignore v0.2.2 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling git2-curl v0.7.0 [INFO] [stderr] Compiling crates-io v0.13.0 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling cargo v0.24.0 [INFO] [stderr] Compiling cargo-bitbake v0.3.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref SSH_STYLE_REMOTE: Regex = Regex::new(SSH_STYLE_REMOTE_STR).unwrap(); [INFO] [stderr] 25 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 52.16s [INFO] running `"docker" "inspect" "acfa10a6cf5b8f49b6316308a0a268b04dfbe9e22cb08be108f5f25bd9a38247"` [INFO] running `"docker" "rm" "-f" "acfa10a6cf5b8f49b6316308a0a268b04dfbe9e22cb08be108f5f25bd9a38247"` [INFO] [stdout] acfa10a6cf5b8f49b6316308a0a268b04dfbe9e22cb08be108f5f25bd9a38247 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 8cdd9cc706de3c8c1811a6489ca744d9cd4b3c01e6ce8ad290da9fc8507f5a54 [INFO] running `"docker" "start" "-a" "8cdd9cc706de3c8c1811a6489ca744d9cd4b3c01e6ce8ad290da9fc8507f5a54"` [INFO] [stderr] Compiling cargo-bitbake v0.3.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref SSH_STYLE_REMOTE: Regex = Regex::new(SSH_STYLE_REMOTE_STR).unwrap(); [INFO] [stderr] 25 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 3.31s [INFO] running `"docker" "inspect" "8cdd9cc706de3c8c1811a6489ca744d9cd4b3c01e6ce8ad290da9fc8507f5a54"` [INFO] running `"docker" "rm" "-f" "8cdd9cc706de3c8c1811a6489ca744d9cd4b3c01e6ce8ad290da9fc8507f5a54"` [INFO] [stdout] 8cdd9cc706de3c8c1811a6489ca744d9cd4b3c01e6ce8ad290da9fc8507f5a54 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 116c6580ed0f29ec3fd6aadb132ef44bdc8892cdd6e8ae92ed3d3e6a0f054d87 [INFO] running `"docker" "start" "-a" "116c6580ed0f29ec3fd6aadb132ef44bdc8892cdd6e8ae92ed3d3e6a0f054d87"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cargo_bitbake-36d5cde55da51379 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test git::test::remote_https_nosuffix ... ok [INFO] [stdout] test git::test::remote_https ... ok [INFO] [stdout] test git::test::remote_http_nosuffix ... ok [INFO] [stdout] test git::test::cargo_http ... ok [INFO] [stdout] test git::test::cargo_https ... ok [INFO] [stdout] test git::test::cargo_ssh ... ok [INFO] [stdout] test git::test::remote_ssh_with_submodules ... ok [INFO] [stdout] test git::test::remote_ssh_nosuffix ... ok [INFO] [stdout] test git::test::remote_http ... ok [INFO] [stdout] test git::test::remote_ssh ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "116c6580ed0f29ec3fd6aadb132ef44bdc8892cdd6e8ae92ed3d3e6a0f054d87"` [INFO] running `"docker" "rm" "-f" "116c6580ed0f29ec3fd6aadb132ef44bdc8892cdd6e8ae92ed3d3e6a0f054d87"` [INFO] [stdout] 116c6580ed0f29ec3fd6aadb132ef44bdc8892cdd6e8ae92ed3d3e6a0f054d87