[INFO] fetching crate wf2 0.9.0... [INFO] testing wf2-0.9.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate wf2 0.9.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate wf2 0.9.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wf2 0.9.0 [INFO] finished tweaking crates.io crate wf2 0.9.0 [INFO] tweaked toml for crates.io crate wf2 0.9.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 68cbd04018d468bfdf730a753dbb9267241388ac5c411ff5c29f5af6dd78cb2e [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" "68cbd04018d468bfdf730a753dbb9267241388ac5c411ff5c29f5af6dd78cb2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68cbd04018d468bfdf730a753dbb9267241388ac5c411ff5c29f5af6dd78cb2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68cbd04018d468bfdf730a753dbb9267241388ac5c411ff5c29f5af6dd78cb2e", kill_on_drop: false }` [INFO] [stdout] 68cbd04018d468bfdf730a753dbb9267241388ac5c411ff5c29f5af6dd78cb2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e17dd9efe50d23fc575ed91aea2b0bd06b85f187dd389681a4d86bec1a2a4239 [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" "e17dd9efe50d23fc575ed91aea2b0bd06b85f187dd389681a4d86bec1a2a4239", kill_on_drop: false }` [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling snailquote v0.2.0 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling from_file_derive v0.1.3 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling from_file v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling wf2_core v0.6.0 [INFO] [stderr] Compiling wf2 v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/tests/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/main.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | mod tests; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_args` [INFO] [stdout] --> src/cli_input.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn with_args(&mut self, args: Vec<&str>) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_args` [INFO] [stdout] --> src/cli_input.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn from_args(args: Vec<&str>) -> CLIInput { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `commands` [INFO] [stdout] --> src/tests/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn commands(tasks: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.54s [INFO] running `Command { std: "docker" "inspect" "e17dd9efe50d23fc575ed91aea2b0bd06b85f187dd389681a4d86bec1a2a4239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e17dd9efe50d23fc575ed91aea2b0bd06b85f187dd389681a4d86bec1a2a4239", kill_on_drop: false }` [INFO] [stdout] e17dd9efe50d23fc575ed91aea2b0bd06b85f187dd389681a4d86bec1a2a4239 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c99df306cd1f92e16339e1d5dd02a84b108ca6ed444ce6e9d36863093023fe36 [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" "c99df306cd1f92e16339e1d5dd02a84b108ca6ed444ce6e9d36863093023fe36", kill_on_drop: false }` [INFO] [stderr] Compiling wf2 v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/tests/../../../wf2_core/src/recipes/m2_contrib/templates/sync.prf: No such file or directory (os error 2) [INFO] [stdout] --> src/tests/m2_contrib_recipe_cmd.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | include_bytes!("../../../wf2_core/src/recipes/m2_contrib/templates/sync.prf"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (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] [stderr] error: could not compile `wf2` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "c99df306cd1f92e16339e1d5dd02a84b108ca6ed444ce6e9d36863093023fe36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c99df306cd1f92e16339e1d5dd02a84b108ca6ed444ce6e9d36863093023fe36", kill_on_drop: false }` [INFO] [stdout] c99df306cd1f92e16339e1d5dd02a84b108ca6ed444ce6e9d36863093023fe36