[INFO] cloning repository https://github.com/keithnoguchi/rustbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keithnoguchi/rustbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithnoguchi%2Frustbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithnoguchi%2Frustbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8974b953c860c63b576ebe67715fd57150aeb341 [INFO] checking keithnoguchi/rustbox against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithnoguchi%2Frustbox" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/keithnoguchi/rustbox on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/keithnoguchi/rustbox [INFO] finished tweaking git repo https://github.com/keithnoguchi/rustbox [INFO] tweaked toml for git repo https://github.com/keithnoguchi/rustbox written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/keithnoguchi/rustbox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d732a0bc0ccbdad17f95466ea4a4ea77e8f78574275b91f1e76080d82b6a6dc [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" "2d732a0bc0ccbdad17f95466ea4a4ea77e8f78574275b91f1e76080d82b6a6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d732a0bc0ccbdad17f95466ea4a4ea77e8f78574275b91f1e76080d82b6a6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d732a0bc0ccbdad17f95466ea4a4ea77e8f78574275b91f1e76080d82b6a6dc", kill_on_drop: false }` [INFO] [stdout] 2d732a0bc0ccbdad17f95466ea4a4ea77e8f78574275b91f1e76080d82b6a6dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e810cd1a1e8adcdcabca3b8c90bab68b332e3e32e34933b9af6dbdb922cd0f2 [INFO] running `Command { std: "docker" "start" "-a" "1e810cd1a1e8adcdcabca3b8c90bab68b332e3e32e34933b9af6dbdb922cd0f2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking futures-io v0.3.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking regex-syntax v0.6.16 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking fastrand v1.4.0 [INFO] [stderr] Checking vec-arena v1.0.0 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking tinyvec v0.3.4 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking copyless v0.1.5 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking object v0.22.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking actix-web-book v0.1.0 (/opt/rustwide/workdir/actix-web) [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Checking async-task-book v0.1.0 (/opt/rustwide/workdir/async-task) [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Compiling flatbuf-tutorial v0.1.0 (/opt/rustwide/workdir/flatbuf) [INFO] [stderr] Checking embedded-book v0.1.0 (/opt/rustwide/workdir/embedded) [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking list-book v0.1.0 (/opt/rustwide/workdir/list) [INFO] [stderr] Checking algorithm-book v0.1.0 (/opt/rustwide/workdir/algorithm) [INFO] [stderr] Checking style-book v0.1.0 (/opt/rustwide/workdir/style) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> list/src/second.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Checking futures-channel v0.3.7 [INFO] [stderr] Checking bytestring v0.1.5 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking instant v0.1.8 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking futures-task v0.3.7 [INFO] [stderr] Checking flatbuffers v0.6.1 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking owning_ref v0.4.1 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking mut_static v5.0.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] error: failed to run custom build command for `flatbuf-tutorial v0.1.0 (/opt/rustwide/workdir/flatbuf)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/flatbuf-tutorial-e116a18c7d8d5413/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1e810cd1a1e8adcdcabca3b8c90bab68b332e3e32e34933b9af6dbdb922cd0f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e810cd1a1e8adcdcabca3b8c90bab68b332e3e32e34933b9af6dbdb922cd0f2", kill_on_drop: false }` [INFO] [stdout] 1e810cd1a1e8adcdcabca3b8c90bab68b332e3e32e34933b9af6dbdb922cd0f2