[INFO] cloning repository https://github.com/saturn-xiv/ashoka [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/saturn-xiv/ashoka" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaturn-xiv%2Fashoka", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaturn-xiv%2Fashoka'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f450d49f15f2a277b4832fc0a54b4d12af102df6 [INFO] testing saturn-xiv/ashoka against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaturn-xiv%2Fashoka" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saturn-xiv/ashoka on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/saturn-xiv/ashoka [INFO] finished tweaking git repo https://github.com/saturn-xiv/ashoka [INFO] tweaked toml for git repo https://github.com/saturn-xiv/ashoka written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/saturn-xiv/ashoka already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f9fc922da91094e1d8aa761fdbefd453736d884c21356fa3d13fe25650bbd04 [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" "0f9fc922da91094e1d8aa761fdbefd453736d884c21356fa3d13fe25650bbd04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f9fc922da91094e1d8aa761fdbefd453736d884c21356fa3d13fe25650bbd04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f9fc922da91094e1d8aa761fdbefd453736d884c21356fa3d13fe25650bbd04", kill_on_drop: false }` [INFO] [stdout] 0f9fc922da91094e1d8aa761fdbefd453736d884c21356fa3d13fe25650bbd04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e95eac9c24a671fb033db89ac3efdfc181022f0178d80819139b5f250e3680f [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" "3e95eac9c24a671fb033db89ac3efdfc181022f0178d80819139b5f250e3680f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling ahash v0.4.6 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling async-task v4.0.2 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling v_escape v0.13.2 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling cookie-factory v0.3.1 [INFO] [stderr] Compiling v_htmlescape v0.10.4 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling amq-protocol v6.0.0-rc12 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Compiling validator_types v0.11.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling lapin v1.4.2 [INFO] [stderr] Compiling if_chain v1.0.1 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling ashoka v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling bytesize v1.0.1 [INFO] [stderr] Compiling instant v0.1.7 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling nom v6.0.0-alpha1 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling buf-min v0.1.1 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling futures-lite v1.11.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling rusoto_core v0.45.0 [INFO] [stderr] Compiling quick-xml v0.17.2 [INFO] [stderr] Compiling amq-protocol-uri v6.0.0-rc12 [INFO] [stderr] Compiling robots_txt v0.7.0 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling polyval v0.4.1 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling aes-soft v0.4.0 [INFO] [stderr] Compiling hkdf v0.9.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling aes v0.4.0 [INFO] [stderr] Compiling aes-gcm v0.6.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling mio v0.7.3 [INFO] [stderr] Compiling polling v2.0.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling nix v0.19.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling pem v0.8.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling eui48 v1.1.0 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling async-io v1.1.10 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling pinky-swear v4.4.0 [INFO] [stderr] Compiling async-global-executor v1.4.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Compiling libsodium-sys v0.2.6 [INFO] [stderr] Compiling libgit2-sys v0.12.14+1.1.0 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling async-std v1.6.5 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling ordered-multimap v0.3.0 [INFO] [stderr] Compiling rust-ini v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] error: could not compile `async-std` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name async_std --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.5/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="alloc"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-mutex"' --cfg 'feature="blocking"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen-futures"' -C metadata=2e06ea6f3a46599d -C extra-filename=-2e06ea6f3a46599d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_global_executor=/opt/rustwide/target/debug/deps/libasync_global_executor-06de30a23d7617b6.rmeta --extern async_io=/opt/rustwide/target/debug/deps/libasync_io-de601db8ef07a349.rmeta --extern async_mutex=/opt/rustwide/target/debug/deps/libasync_mutex-ad6195bfa15f12bd.rmeta --extern blocking=/opt/rustwide/target/debug/deps/libblocking-f7f878e5708f4d40.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-f0921434753a6bca.rmeta --extern futures_lite=/opt/rustwide/target/debug/deps/libfutures_lite-10b90cb90f89139b.rmeta --extern kv_log_macro=/opt/rustwide/target/debug/deps/libkv_log_macro-a9ddcf206ea66d2d.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-574ec1b45a6b839c.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-45cfd2c9d60bada2.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-debe3179146a0b19.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rmeta --cap-lints allow --cap-lints=warn` (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" "3e95eac9c24a671fb033db89ac3efdfc181022f0178d80819139b5f250e3680f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e95eac9c24a671fb033db89ac3efdfc181022f0178d80819139b5f250e3680f", kill_on_drop: false }` [INFO] [stdout] 3e95eac9c24a671fb033db89ac3efdfc181022f0178d80819139b5f250e3680f