[INFO] crate dockertest 0.1.0 is already in cache [INFO] testing dockertest-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate dockertest 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate dockertest 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dockertest 0.1.0 [INFO] finished tweaking crates.io crate dockertest 0.1.0 [INFO] tweaked toml for crates.io crate dockertest 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ac188bbe43ed2ae04fc4b4c078a48e5f57a3086638a40c233bbb434bd4c52fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2ac188bbe43ed2ae04fc4b4c078a48e5f57a3086638a40c233bbb434bd4c52fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ac188bbe43ed2ae04fc4b4c078a48e5f57a3086638a40c233bbb434bd4c52fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ac188bbe43ed2ae04fc4b4c078a48e5f57a3086638a40c233bbb434bd4c52fe", kill_on_drop: false }` [INFO] [stdout] 2ac188bbe43ed2ae04fc4b4c078a48e5f57a3086638a40c233bbb434bd4c52fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd9a58ca94f085c1bd6c537b705874efec53ea9b322c99f2ce7d23ee5abf6133 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd9a58ca94f085c1bd6c537b705874efec53ea9b322c99f2ce7d23ee5abf6133", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling dyn-clone v1.0.2 [INFO] [stderr] Compiling tracing-core v0.1.13 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling dockertest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling mio v0.7.0 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.10 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tracing-attributes v0.1.9 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling tracing v0.1.18 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling hyper v0.13.7 [INFO] [stderr] Compiling hyper-unix-connector v0.1.4 [INFO] [stderr] Compiling bollard v0.5.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `Command { std: "docker" "inspect" "dd9a58ca94f085c1bd6c537b705874efec53ea9b322c99f2ce7d23ee5abf6133", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd9a58ca94f085c1bd6c537b705874efec53ea9b322c99f2ce7d23ee5abf6133", kill_on_drop: false }` [INFO] [stdout] dd9a58ca94f085c1bd6c537b705874efec53ea9b322c99f2ce7d23ee5abf6133 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e68a870f6250d75da3e72b375f61d32e68ca347d4093c4eb1a878f472bd9ee0c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e68a870f6250d75da3e72b375f61d32e68ca347d4093c4eb1a878f472bd9ee0c", kill_on_drop: false }` [INFO] [stderr] Compiling event-listener v1.2.0 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling test-env-log v0.2.2 [INFO] [stderr] Compiling access-queue v1.1.0 [INFO] [stderr] Compiling diesel v1.4.5 [INFO] [stderr] Compiling dockertest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `dockertest`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name integration_test --edition=2018 tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=c08e56b2229e70ad -C extra-filename=-c08e56b2229e70ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern access_queue=/opt/rustwide/target/debug/deps/libaccess_queue-7fb0edd980d70b7e.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c7254ecae19f832b.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-52b5312ceeb9d19a.so --extern bollard=/opt/rustwide/target/debug/deps/libbollard-267eb5b8561a7ef8.rlib --extern diesel=/opt/rustwide/target/debug/deps/libdiesel-9641337ba93e71cf.rlib --extern dockertest=/opt/rustwide/target/debug/deps/libdockertest-74de42a74b600fcc.rlib --extern dyn_clone=/opt/rustwide/target/debug/deps/libdyn_clone-aed0a754c3818478.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-a10f5e52eef37e51.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a0d4ad067954e0ad.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4cf512b29e26b073.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-13f62f93f8fd74a0.rlib --extern test_env_log=/opt/rustwide/target/debug/deps/libtest_env_log-db7dbc210b1c8eac.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-186846b2e9f40466.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cc1c1321b013da88.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-9806ed640a723570.rlib --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-d3b493889391bbfe.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-4c9ea024632955aa.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e68a870f6250d75da3e72b375f61d32e68ca347d4093c4eb1a878f472bd9ee0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e68a870f6250d75da3e72b375f61d32e68ca347d4093c4eb1a878f472bd9ee0c", kill_on_drop: false }` [INFO] [stdout] e68a870f6250d75da3e72b375f61d32e68ca347d4093c4eb1a878f472bd9ee0c