[INFO] cloning repository https://github.com/whatnick/crop_circle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whatnick/crop_circle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatnick%2Fcrop_circle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatnick%2Fcrop_circle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6eef4959908536c35e813aab819a837fd845d5c7 [INFO] testing whatnick/crop_circle against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhatnick%2Fcrop_circle" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/whatnick/crop_circle on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/whatnick/crop_circle [INFO] finished tweaking git repo https://github.com/whatnick/crop_circle [INFO] tweaked toml for git repo https://github.com/whatnick/crop_circle written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/whatnick/crop_circle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d52728f33eeece3fc3e1433478acf38f77d90939f55610c7a30cae848b65c26 [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" "0d52728f33eeece3fc3e1433478acf38f77d90939f55610c7a30cae848b65c26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d52728f33eeece3fc3e1433478acf38f77d90939f55610c7a30cae848b65c26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d52728f33eeece3fc3e1433478acf38f77d90939f55610c7a30cae848b65c26", kill_on_drop: false }` [INFO] [stdout] 0d52728f33eeece3fc3e1433478acf38f77d90939f55610c7a30cae848b65c26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e835c368379ee1aced0bf5bcde59393ed8ed07cf69c806043bd80b2f40dd600 [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" "9e835c368379ee1aced0bf5bcde59393ed8ed07cf69c806043bd80b2f40dd600", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling arc-swap v0.4.2 [INFO] [stderr] Compiling indexmap v1.1.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling syn v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling once_cell v0.2.7 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-process v0.2.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling cpp_common v0.5.3 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling cpp_build v0.5.3 [INFO] [stderr] Compiling opencv v0.19.1 [INFO] [stderr] Compiling cpp_macros v0.5.3 [INFO] [stderr] Compiling rusoto_credential v0.40.0 [INFO] [stderr] Compiling cpp v0.5.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling rusoto_s3 v0.40.0 [INFO] [stderr] error: could not compile `rusoto_core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rusoto_core --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusoto_core-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hyper-tls"' --cfg 'feature="native-tls"' -C metadata=2f6a8eb1679511e1 -C extra-filename=-2f6a8eb1679511e1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-77522e9570f93fe2.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9598a15c4518cd74.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-72bd00ecabfd3c55.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-1f7a011164a4f5f8.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-d19d91b78980128c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-72e68b3044913508.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-a6613dc32922b045.rmeta --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-49436d34e3a28332.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-189ff3a32fc15909.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-65d64d9006edecef.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-afe56872d19b81ae.rmeta --extern rusoto_credential=/opt/rustwide/target/debug/deps/librusoto_credential-87dde00bc0a831ee.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-e7621bb389a7c9ec.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-7c04911f91cc8b57.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e73824b1b8ca0a16.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-3d42db7795763a6a.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-65f3a3ad998f623d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-bb270d653d714c6c.rmeta --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-cc6ac95b145fd46d.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-9a5821a8522c3026.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-e79097581bf42bd1.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "9e835c368379ee1aced0bf5bcde59393ed8ed07cf69c806043bd80b2f40dd600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e835c368379ee1aced0bf5bcde59393ed8ed07cf69c806043bd80b2f40dd600", kill_on_drop: false }` [INFO] [stdout] 9e835c368379ee1aced0bf5bcde59393ed8ed07cf69c806043bd80b2f40dd600