[INFO] cloning repository https://github.com/jimberlage/kv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimberlage/kv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimberlage%2Fkv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimberlage%2Fkv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab9665df70525fa7c9081d6365fd73984d4d3c69 [INFO] checking jimberlage/kv against master#430feb24a46993e5073c1bb1b39da190d83fa2bf for pr-78363 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimberlage%2Fkv" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jimberlage/kv on toolchain 430feb24a46993e5073c1bb1b39da190d83fa2bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jimberlage/kv [INFO] finished tweaking git repo https://github.com/jimberlage/kv [INFO] tweaked toml for git repo https://github.com/jimberlage/kv written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jimberlage/kv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50bda592f512c2011ce60d18aa6fe62c875cd35e8b3e608f8c169a0a9507e7b0 [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" "50bda592f512c2011ce60d18aa6fe62c875cd35e8b3e608f8c169a0a9507e7b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50bda592f512c2011ce60d18aa6fe62c875cd35e8b3e608f8c169a0a9507e7b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50bda592f512c2011ce60d18aa6fe62c875cd35e8b3e608f8c169a0a9507e7b0", kill_on_drop: false }` [INFO] [stdout] 50bda592f512c2011ce60d18aa6fe62c875cd35e8b3e608f8c169a0a9507e7b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20aa0a119b9c8c15b4aa60d51b812f7e9b4a9068c9674c52655d17f3f487761b [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" "20aa0a119b9c8c15b4aa60d51b812f7e9b4a9068c9674c52655d17f3f487761b", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Checking tinyvec v0.3.4 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking os_str_bytes v2.3.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Checking tracing-core v0.1.15 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Compiling zeromq-src v0.1.10+4.3.2 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking resolv-conf v0.6.3 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking crossbeam-channel v0.4.3 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking simple_logger v1.9.0 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling async-trait v0.1.38 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Checking prost-types v0.6.1 [INFO] [stderr] Checking actix-threadpool v0.3.3 [INFO] [stderr] Checking clap v3.0.0-beta.1 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking actix-service v1.0.6 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking actix-utils v1.0.6 [INFO] [stderr] Compiling kv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Checking actix-connect v1.0.2 [INFO] [stderr] Checking actix-http v1.0.1 [INFO] [stderr] Checking actix v0.9.0 [INFO] [stdout] error: couldn't read /opt/rustwide/target/debug/build/kv-cdb1f71562a85a4e/out/messages.rs: No such file or directory (os error 2) [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | include!(concat!(env!("OUT_DIR"), "/messages.rs")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read /opt/rustwide/target/debug/build/kv-cdb1f71562a85a4e/out/messages.rs: No such file or directory (os error 2) [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | include!(concat!(env!("OUT_DIR"), "/messages.rs")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kv` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "20aa0a119b9c8c15b4aa60d51b812f7e9b4a9068c9674c52655d17f3f487761b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20aa0a119b9c8c15b4aa60d51b812f7e9b4a9068c9674c52655d17f3f487761b", kill_on_drop: false }` [INFO] [stdout] 20aa0a119b9c8c15b4aa60d51b812f7e9b4a9068c9674c52655d17f3f487761b