[INFO] cloning repository https://github.com/shakyShane/wf2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shakyShane/wf2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fwf2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fwf2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 67b9d266658762f6ac638e52a9951fbe1acec670 [INFO] testing shakyShane/wf2 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fwf2" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shakyShane/wf2 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shakyShane/wf2 [INFO] finished tweaking git repo https://github.com/shakyShane/wf2 [INFO] tweaked toml for git repo https://github.com/shakyShane/wf2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/shakyShane/wf2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d16e65ed2e80977375cd6c7a491ff5f70d4ba90b82b6fb2461dfff04bb1bc8c3 [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" "d16e65ed2e80977375cd6c7a491ff5f70d4ba90b82b6fb2461dfff04bb1bc8c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d16e65ed2e80977375cd6c7a491ff5f70d4ba90b82b6fb2461dfff04bb1bc8c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d16e65ed2e80977375cd6c7a491ff5f70d4ba90b82b6fb2461dfff04bb1bc8c3", kill_on_drop: false }` [INFO] [stdout] d16e65ed2e80977375cd6c7a491ff5f70d4ba90b82b6fb2461dfff04bb1bc8c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc0100244146d5eb48725dd62d2b9398878adf2f94463062df1e45cf8cc839af [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" "dc0100244146d5eb48725dd62d2b9398878adf2f94463062df1e45cf8cc839af", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling futures v0.1.30 [INFO] [stderr] Compiling serde_derive v1.0.120 [INFO] [stderr] Compiling serde v1.0.120 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling filepath v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling snailquote v0.2.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling uuid v0.7.4 [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 libmath v0.2.1 [INFO] [stderr] Compiling rand v0.8.2 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling from_file_derive v0.1.3 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling zip v0.5.9 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling doc_link v0.1.0 (/opt/rustwide/workdir/doc_link) [INFO] [stderr] Compiling env_proc v0.1.0 (/opt/rustwide/workdir/env_proc) [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> env_proc/src/lib.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | Invalid { ident: String, span: Span }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling from_file v0.1.3 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wf2_core v0.33.2 (/opt/rustwide/workdir/wf2_core) [INFO] [stdout] warning: field is never read: `force` [INFO] [stdout] --> wf2_core/src/recipes/wp/subcommands/wp_playground.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | force: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wf2 v0.33.2 (/opt/rustwide/workdir/wf2) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 03s [INFO] running `Command { std: "docker" "inspect" "dc0100244146d5eb48725dd62d2b9398878adf2f94463062df1e45cf8cc839af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc0100244146d5eb48725dd62d2b9398878adf2f94463062df1e45cf8cc839af", kill_on_drop: false }` [INFO] [stdout] dc0100244146d5eb48725dd62d2b9398878adf2f94463062df1e45cf8cc839af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd82cc6d572911f33c67cd36d72075ebb4f9b61e731fa1438f4381a97e6aa04a [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" "cd82cc6d572911f33c67cd36d72075ebb4f9b61e731fa1438f4381a97e6aa04a", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> env_proc/src/lib.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | Invalid { ident: String, span: Span }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling doc_link v0.1.0 (/opt/rustwide/workdir/doc_link) [INFO] [stderr] Compiling env_proc v0.1.0 (/opt/rustwide/workdir/env_proc) [INFO] [stdout] warning: field is never read: `force` [INFO] [stdout] --> wf2_core/src/recipes/wp/subcommands/wp_playground.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | force: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wf2_core v0.33.2 (/opt/rustwide/workdir/wf2_core) [INFO] [stderr] Compiling wf2 v0.33.2 (/opt/rustwide/workdir/wf2) [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> env_proc/src/lib.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | Invalid { ident: String, span: Span }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `force` [INFO] [stdout] --> wf2_core/src/recipes/wp/subcommands/wp_playground.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | force: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 36.20s [INFO] running `Command { std: "docker" "inspect" "cd82cc6d572911f33c67cd36d72075ebb4f9b61e731fa1438f4381a97e6aa04a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd82cc6d572911f33c67cd36d72075ebb4f9b61e731fa1438f4381a97e6aa04a", kill_on_drop: false }` [INFO] [stdout] cd82cc6d572911f33c67cd36d72075ebb4f9b61e731fa1438f4381a97e6aa04a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", 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] cd3c0f9c76b3666ffa2f3f4ed0b5b6f604824a888aaaf3a15e4d0dc726579cdf [INFO] running `Command { std: "docker" "start" "-a" "cd3c0f9c76b3666ffa2f3f4ed0b5b6f604824a888aaaf3a15e4d0dc726579cdf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `ident` [INFO] [stderr] --> env_proc/src/lib.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | Invalid { ident: String, span: Span }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `env_proc` (lib) generated 1 warning [INFO] [stderr] warning: `env_proc` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: field is never read: `force` [INFO] [stderr] --> wf2_core/src/recipes/wp/subcommands/wp_playground.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | force: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `wf2_core` (lib) generated 1 warning [INFO] [stderr] warning: `wf2_core` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/doc_link-8ee99678b0cb7efe) [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-7b329e626c825c17) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/env_proc-3328c6fdb1b977a1) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-fc1abf3fbdb44a24) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_env_vars ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wf2-86e0f4c696764340) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tests::scripts::tests::test_doesnt_allow_invalid_service_names ... ok [INFO] [stdout] test tests::scripts::tests::test_task_aliases ... ok [INFO] [stdout] test tests::scripts::tests::test_doesnt_write_dc_file ... ok [INFO] [stdout] test tests::scripts::tests::test_dc_run_script ... ok [INFO] [stdout] test tests::scripts::tests::test_does_write_dc_file ... ok [INFO] [stdout] test tests::scripts::tests::test_missing_alias ... ok [INFO] [stdout] test tests::scripts::tests::test_sh ... ok [INFO] [stdout] test tests::scripts::tests::test_dc_pass_through ... ok [INFO] [stdout] test tests::scripts::tests::test_dc_exec_script ... ok [INFO] [stdout] test tests::scripts::tests::test_scripts_multiple ... ok [INFO] [stdout] test tests::scripts::tests::test_multi_commands ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wf2_core-b3361601f4f58990) [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test commands::timelog::date_input::test_jira_date_format ... ok [INFO] [stdout] test context::test::test_context_from_when_env_empty ... ok [INFO] [stdout] test context::test::test_context_from_yaml ... ok [INFO] [stdout] test commands::timelog::printer_ascii::test_mins_to_hour_mins ... ok [INFO] [stdout] test dc_service::tests::test_dc_service ... ok [INFO] [stdout] test dc_service_network::tests::test_dc_service_network ... ok [INFO] [stdout] test commands::timelog::jira_issues::tests::test_issue_query ... ok [INFO] [stdout] test dc_volume::tests::test_dc_volume ... ok [INFO] [stdout] test recipes::m2::services::php_debug::tests::test_php_debug ... ok [INFO] [stdout] test recipes::m2::subcommands::m2_playground::test_serialize ... ok [INFO] [stdout] test recipes::m2::services::nginx::tests::test_nginx_service_with_pwa ... ok [INFO] [stdout] test recipes::m2::services::php::tests::test_php_service ... ok [INFO] [stdout] test recipes::m2::output_files::nginx_upstream::test_nginxupstream_xdebug_enabled ... ok [INFO] [stdout] test recipes::m2::m2_vars::test_overrides ... ok [INFO] [stdout] test recipes::m2::services::nginx::tests::test_nginx_service ... ok [INFO] [stdout] test recipes::m2::output_files::m2_runtime_env_file::test_env_hash_without_overrides ... ok [INFO] [stdout] test recipes::m2::m2_vars::test_env_from_ctx ... ok [INFO] [stdout] test recipes::m2::output_files::m2_runtime_env_file::test_env_hash_with_overrides ... ok [INFO] [stdout] test recipes::m2::services::db::tests::test_db_service ... ok [INFO] [stdout] test recipes::m2::output_files::nginx_upstream::test_nginxupstream_xdebug_disabled ... ok [INFO] [stdout] test recipes::m2::subcommands::db_dump::test::test_db_dump ... ok [INFO] [stdout] test recipes::m2::m2_vars::test_env_from_ctx_with_overrides ... ok [INFO] [stdout] test recipes::m2::subcommands::m2_playground_help::test_help ... ok [INFO] [stdout] test recipes::m2::subcommands::push::tests::test_push_dir ... ok [INFO] [stdout] test recipes::m2::subcommands::pull::tests::test_pull_single_nested ... ok [INFO] [stdout] test recipes::m2::subcommands::pull::tests::test_pull_multi ... ok [INFO] [stdout] test recipes::m2::subcommands::up_help::test::single_url ... ok [INFO] [stdout] test recipes::m2::subcommands::up_help::test::multi_urls ... ok [INFO] [stdout] test recipes::m2::subcommands::pull::tests::test_pull_file ... ok [INFO] [stdout] test recipes::m2::subcommands::pull::tests::test_pull_single_top_level ... ok [INFO] [stdout] test recipes::m2::subcommands::push::tests::test_push_invalid_files_with_force ... ok [INFO] [stdout] test scripts::script_item::test::test_script_to_pass_through ... ok [INFO] [stdout] test scripts::script_item::test::test_script_service_command ... ok [INFO] [stdout] test recipes::m2::subcommands::sql::test_unescape ... ok [INFO] [stdout] test recipes::m2::tests::test_get_services_with_pwa ... ok [INFO] [stdout] test recipes::wp::services::wp_php::tests::test_wp_php_with_version_service ... ok [INFO] [stdout] test services::traefik::test::test_host_only_entry ... ok [INFO] [stdout] test recipes::m2::subcommands::push::tests::test_push_invalid_files ... ok [INFO] [stdout] test services::traefik::test::test_aliases ... ok [INFO] [stdout] test services::pwa::tests::test_pwa_service ... ok [INFO] [stdout] test scripts::scripts::test::test_scripts ... ok [INFO] [stdout] test services::varnish::tests::test_varnish_with_pwa_service ... ok [INFO] [stdout] test services::traefik::test::test_host_entry ... ok [INFO] [stdout] test recipes::wp::services::wp_php::tests::test_wp_php_service ... ok [INFO] [stdout] test recipes::m2::subcommands::push::tests::test_push_single_file ... ok [INFO] [stdout] test services::varnish::tests::test_varnish_service ... ok [INFO] [stdout] test recipes::wp::services::wp_php_debug::tests::test_wp_php_debug_service ... ok [INFO] [stdout] test util::test_get_after_help_lines ... ok [INFO] [stdout] test recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete stdout ---- [INFO] [stdout] thread 'recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `["docker exec wf2__workdir__php test -e /var/www/fixtures/wf2_overrides", "docker cp wf2__workdir__php:/var/www/fixtures/wf2_overrides /opt/rustwide/workdir/fixtures"]`, [INFO] [stdout] right: `["docker exec wf2__wf2__php test -e /var/www/fixtures/wf2_overrides", "docker cp wf2__wf2__php:/var/www/fixtures/wf2_overrides /opt/rustwide/workdir/fixtures"]`', wf2_core/src/recipes/m2/subcommands/pull.rs:287:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f50e549c8c - std::backtrace_rs::backtrace::libunwind::trace::h7630ba4cba718aa0 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f50e549c8c - std::backtrace_rs::backtrace::trace_unsynchronized::he7498e79c157f5ac [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f50e549c8c - std::sys_common::backtrace::_print_fmt::hdaebadaee17bca49 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f50e549c8c - ::fmt::h82b0e3aaf8a96140 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f50e57088c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55f50e5423c5 - std::io::Write::write_fmt::h21d7683cabdb4c35 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55f50e54bba0 - std::sys_common::backtrace::_print::h1c9a1d19c48821c1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f50e54bba0 - std::sys_common::backtrace::print::h7ce8802039fa9d0e [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f50e54bba0 - std::panicking::default_hook::{{closure}}::hb2a74a8c1499c326 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f50e54b786 - std::panicking::default_hook::hf4f180b00076f2b2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f50e54c254 - std::panicking::rust_panic_with_hook::he85ce8435493b711 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f50e54bd30 - std::panicking::begin_panic_handler::{{closure}}::h31e15f69e6235bd2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f50e54a144 - std::sys_common::backtrace::__rust_end_short_backtrace::hfce2fadb61aaa3ae [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f50e54bc99 - rust_begin_unwind [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f50d935f71 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panicking.rs:107:14 [INFO] [stdout] 15: 0x55f50e56f168 - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x55f50d9ffdbe - core::panicking::assert_failed::hb624db39c468d0d1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panicking.rs:145:5 [INFO] [stdout] 17: 0x55f50dbf419d - wf2_core::recipes::m2::subcommands::pull::tests::test_pull::hae83740383a58e4b [INFO] [stdout] at /opt/rustwide/workdir/wf2_core/src/recipes/m2/subcommands/pull.rs:287:9 [INFO] [stdout] 18: 0x55f50dbff768 - wf2_core::recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete::hf1f1e61da4bc23f6 [INFO] [stdout] at /opt/rustwide/workdir/wf2_core/src/recipes/m2/subcommands/pull.rs:266:9 [INFO] [stdout] 19: 0x55f50dbff03a - wf2_core::recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete::{{closure}}::haf43c992ae3a5289 [INFO] [stdout] at /opt/rustwide/workdir/wf2_core/src/recipes/m2/subcommands/pull.rs:249:5 [INFO] [stdout] 20: 0x55f50dbd6d2e - core::ops::function::FnOnce::call_once::h8f5266589cf494f2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55f50dc55123 - core::ops::function::FnOnce::call_once::h449577f1c5b077cb [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f50dc55123 - test::__rust_begin_short_backtrace::h8c2a0a5090591869 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:585:5 [INFO] [stdout] 23: 0x55f50dc53cb7 - as core::ops::function::FnOnce>::call_once::hea00a22128a38543 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 24: 0x55f50dc53cb7 - as core::ops::function::FnOnce<()>>::call_once::he10b35c3c50d78a0 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f50dc53cb7 - std::panicking::try::do_call::hc868e78bbc5af2ab [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f50dc53cb7 - std::panicking::try::he468aede74df1b04 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55f50dc53cb7 - std::panic::catch_unwind::hce3c9152e1cf772d [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55f50dc53cb7 - test::run_test_in_process::h9c4ab8162080cf8c [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:608:18 [INFO] [stdout] 29: 0x55f50dc53cb7 - test::run_test::run_test_inner::{{closure}}::he9483433cef16afe [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:500:39 [INFO] [stdout] 30: 0x55f50dc20ffe - test::run_test::run_test_inner::{{closure}}::h479f1f872a5501ea [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/test/src/lib.rs:527:37 [INFO] [stdout] 31: 0x55f50dc20ffe - std::sys_common::backtrace::__rust_begin_short_backtrace::h0f1e9b1f279687bc [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55f50dc25e28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he5560613c5f5cb83 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 33: 0x55f50dc25e28 - as core::ops::function::FnOnce<()>>::call_once::h8190a68cb05ab92f [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55f50dc25e28 - std::panicking::try::do_call::h6ae22f5ac22596e4 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55f50dc25e28 - std::panicking::try::h2381c25487d6a7c2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55f50dc25e28 - std::panic::catch_unwind::hfe902f4d5c9d7b6d [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55f50dc25e28 - std::thread::Builder::spawn_unchecked::{{closure}}::h547fad40771a584e [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 38: 0x55f50dc25e28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he8602a9971738410 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f50e551e43 - as core::ops::function::FnOnce>::call_once::he162a5c338a10a39 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 40: 0x55f50e551e43 - as core::ops::function::FnOnce>::call_once::hb27497b21740dd97 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 41: 0x55f50e551e43 - std::sys::unix::thread::Thread::new::thread_start::he467e990e49c5136 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 42: 0x7f2797de8609 - start_thread [INFO] [stdout] 43: 0x7f2797bb8293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] recipes::m2::subcommands::pull::tests::test_pull_folder_with_delete [INFO] [stdout] [INFO] [stdout] test result: FAILED. 48 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '-p wf2_core --lib' [INFO] running `Command { std: "docker" "inspect" "cd3c0f9c76b3666ffa2f3f4ed0b5b6f604824a888aaaf3a15e4d0dc726579cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd3c0f9c76b3666ffa2f3f4ed0b5b6f604824a888aaaf3a15e4d0dc726579cdf", kill_on_drop: false }` [INFO] [stdout] cd3c0f9c76b3666ffa2f3f4ed0b5b6f604824a888aaaf3a15e4d0dc726579cdf