[INFO] crate jenkins_api 0.5.2 is already in cache [INFO] testing jenkins_api-0.5.2 against 1.38.0 for beta-1.39-1 [INFO] extracting crate jenkins_api 0.5.2 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate jenkins_api 0.5.2 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 jenkins_api 0.5.2 [INFO] finished tweaking crates.io crate jenkins_api 0.5.2 [INFO] tweaked toml for crates.io crate jenkins_api 0.5.2 written to work/builds/worker-3/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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 01e5b76f7e0bcd5e4cc842c69b68e5748957661359c6024d291a7f5e82e7db1d [INFO] running `"docker" "start" "-a" "01e5b76f7e0bcd5e4cc842c69b68e5748957661359c6024d291a7f5e82e7db1d"` [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling publicsuffix v1.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling jenkins_api v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.90s [INFO] running `"docker" "inspect" "01e5b76f7e0bcd5e4cc842c69b68e5748957661359c6024d291a7f5e82e7db1d"` [INFO] running `"docker" "rm" "-f" "01e5b76f7e0bcd5e4cc842c69b68e5748957661359c6024d291a7f5e82e7db1d"` [INFO] [stdout] 01e5b76f7e0bcd5e4cc842c69b68e5748957661359c6024d291a7f5e82e7db1d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 52ab7aba725c1855516d4a7b9774ec694ba7290bb908292afbf2327afd3138fc [INFO] running `"docker" "start" "-a" "52ab7aba725c1855516d4a7b9774ec694ba7290bb908292afbf2327afd3138fc"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling http-muncher v0.3.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling proptest v0.8.7 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling mockito v0.13.0 [INFO] [stderr] Compiling jenkins_api v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/client.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/client.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/propertied.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/propertied.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error: Could not compile `jenkins_api`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name client tests/client.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=e067de24aa10ddf4 -C extra-filename=-e067de24aa10ddf4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-79d6e2b8407aaccf.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib --extern jenkins_api=/opt/rustwide/target/debug/deps/libjenkins_api-211604a7083fa333.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-e50aa4e61ffd3b64.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-d785e2f81adcf8dc.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-b5094ec9903f0d42.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-273d908a3c791568.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5a4d62bb5fbf0c30.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-fe43c0c6b938bd64.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-45cc0e3876de4cbd.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-90f598e0640daaf7.rlib --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-9c786c34a6036b14.rlib --extern skeptic=/opt/rustwide/target/debug/deps/libskeptic-5509ee2eaf31e90a.rlib --extern spectral=/opt/rustwide/target/debug/deps/libspectral-6dbac7f19d5a3b78.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e70c32f432ae1d0.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out -L native=/opt/rustwide/target/debug/build/http-muncher-aba6ae509158ffe6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "52ab7aba725c1855516d4a7b9774ec694ba7290bb908292afbf2327afd3138fc"` [INFO] running `"docker" "rm" "-f" "52ab7aba725c1855516d4a7b9774ec694ba7290bb908292afbf2327afd3138fc"` [INFO] [stdout] 52ab7aba725c1855516d4a7b9774ec694ba7290bb908292afbf2327afd3138fc