[INFO] cloning repository https://github.com/AstridMN/MyRustApp2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AstridMN/MyRustApp2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstridMN%2FMyRustApp2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstridMN%2FMyRustApp2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c3e5f3d740d9539849506c12681d68165c3e654 [INFO] checking AstridMN/MyRustApp2 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstridMN%2FMyRustApp2" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AstridMN/MyRustApp2 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AstridMN/MyRustApp2 [INFO] finished tweaking git repo https://github.com/AstridMN/MyRustApp2 [INFO] tweaked toml for git repo https://github.com/AstridMN/MyRustApp2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/AstridMN/MyRustApp2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yew-macro v0.14.1 [INFO] [stderr] Downloaded yew-router-macro v0.11.0 [INFO] [stderr] Downloaded yew v0.14.3 [INFO] [stderr] Downloaded yew-router-route-parser v0.11.0 [INFO] [stderr] Downloaded yew-router v0.11.0 [INFO] [stderr] Downloaded sass-sys v0.4.19 [INFO] [stderr] Downloaded actix-http-test v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a6a70231836680ee4834e81a4af53de6fcdb244e446772a09fefb6ec1a8d2d3 [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" "0a6a70231836680ee4834e81a4af53de6fcdb244e446772a09fefb6ec1a8d2d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a6a70231836680ee4834e81a4af53de6fcdb244e446772a09fefb6ec1a8d2d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a6a70231836680ee4834e81a4af53de6fcdb244e446772a09fefb6ec1a8d2d3", kill_on_drop: false }` [INFO] [stdout] 0a6a70231836680ee4834e81a4af53de6fcdb244e446772a09fefb6ec1a8d2d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e847c3f0d44bb669bb0fb0a5c87aba3b81832c16baf208fced13df4072c598ef [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" "e847c3f0d44bb669bb0fb0a5c87aba3b81832c16baf208fced13df4072c598ef", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Checking arc-swap v0.4.6 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking copyless v0.1.4 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Compiling yew v0.14.3 [INFO] [stderr] Compiling yew-router v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking bytestring v0.1.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking resolv-conf v0.6.3 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking pem v0.7.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking scheduled-thread-pool v0.2.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Compiling sass-sys v0.4.19 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Checking simple_asn1 v0.4.0 [INFO] [stderr] error: could not compile `clap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clap /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --cfg 'feature="yaml"' --cfg 'feature="yaml-rust"' -C metadata=5f8c1160b7c9e6e4 -C extra-filename=-5f8c1160b7c9e6e4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-bb37293fba5fd0f2.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-5b0fb35775477adc.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-240d294e8e0ea2cd.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-c938875eda6c1674.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-8c6b655b557ab714.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-5d61b96f5e29a878.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-2c56a7acfa74aefd.rmeta --extern yaml_rust=/opt/rustwide/target/debug/deps/libyaml_rust-4a0798bfba99a799.rmeta --cap-lints allow --cap-lints=forbid` (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" "e847c3f0d44bb669bb0fb0a5c87aba3b81832c16baf208fced13df4072c598ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e847c3f0d44bb669bb0fb0a5c87aba3b81832c16baf208fced13df4072c598ef", kill_on_drop: false }` [INFO] [stdout] e847c3f0d44bb669bb0fb0a5c87aba3b81832c16baf208fced13df4072c598ef