[INFO] cloning repository https://github.com/schultyy/watson-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schultyy/watson-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fwatson-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fwatson-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] efaeb1ed5502c9f68f922203f805c151defddb3d [INFO] testing schultyy/watson-cli against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fwatson-cli" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schultyy/watson-cli on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/schultyy/watson-cli [INFO] finished tweaking git repo https://github.com/schultyy/watson-cli [INFO] tweaked toml for git repo https://github.com/schultyy/watson-cli written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/schultyy/watson-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", 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] f9d29c08e5906d57c9b13576991eef69486995c326c64dc0d58f7b4492b4ea7b [INFO] running `Command { std: "docker" "start" "-a" "f9d29c08e5906d57c9b13576991eef69486995c326c64dc0d58f7b4492b4ea7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9d29c08e5906d57c9b13576991eef69486995c326c64dc0d58f7b4492b4ea7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9d29c08e5906d57c9b13576991eef69486995c326c64dc0d58f7b4492b4ea7b", kill_on_drop: false }` [INFO] [stdout] f9d29c08e5906d57c9b13576991eef69486995c326c64dc0d58f7b4492b4ea7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d8bcdc01782dbe7150bb494cd000384ad5f2147e722a777bb817ba41cbfbdd8 [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" "0d8bcdc01782dbe7150bb494cd000384ad5f2147e722a777bb817ba41cbfbdd8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling futures v0.1.20 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling httparse v1.2.4 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling serde v1.0.36 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling tokio-timer v0.2.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.2 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling serde_derive_internals v0.22.2 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling notify v4.0.3 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.36 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling watsoncli v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | try!(watcher.watch(directory, RecursiveMode::Recursive)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | let mut watcher: RecommendedWatcher = try!(Watcher::new(tx, Duration::from_secs(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "0d8bcdc01782dbe7150bb494cd000384ad5f2147e722a777bb817ba41cbfbdd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d8bcdc01782dbe7150bb494cd000384ad5f2147e722a777bb817ba41cbfbdd8", kill_on_drop: false }` [INFO] [stdout] 0d8bcdc01782dbe7150bb494cd000384ad5f2147e722a777bb817ba41cbfbdd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f88fe10c579150638d4c6354a0c15a746b00239a8f908a7e3135cd081d44b6 [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" "07f88fe10c579150638d4c6354a0c15a746b00239a8f908a7e3135cd081d44b6", kill_on_drop: false }` [INFO] [stderr] Compiling watsoncli v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:119:3 [INFO] [stdout] | [INFO] [stdout] 119 | try!(watcher.watch(directory, RecursiveMode::Recursive)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | let mut watcher: RecommendedWatcher = try!(Watcher::new(tx, Duration::from_secs(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.38s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "07f88fe10c579150638d4c6354a0c15a746b00239a8f908a7e3135cd081d44b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f88fe10c579150638d4c6354a0c15a746b00239a8f908a7e3135cd081d44b6", kill_on_drop: false }` [INFO] [stdout] 07f88fe10c579150638d4c6354a0c15a746b00239a8f908a7e3135cd081d44b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a889ae21d005e3f904750c4310b04295bef41d75a21273aa7c5aa3f8b4bb3d12 [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" "a889ae21d005e3f904750c4310b04295bef41d75a21273aa7c5aa3f8b4bb3d12", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:119:3 [INFO] [stderr] | [INFO] [stderr] 119 | try!(watcher.watch(directory, RecursiveMode::Recursive)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:118:41 [INFO] [stderr] | [INFO] [stderr] 118 | let mut watcher: RecommendedWatcher = try!(Watcher::new(tx, Duration::from_secs(2))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `watsoncli` (bin "watsoncli" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/watsoncli-4f6845b4e94b0c97) [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] running `Command { std: "docker" "inspect" "a889ae21d005e3f904750c4310b04295bef41d75a21273aa7c5aa3f8b4bb3d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a889ae21d005e3f904750c4310b04295bef41d75a21273aa7c5aa3f8b4bb3d12", kill_on_drop: false }` [INFO] [stdout] a889ae21d005e3f904750c4310b04295bef41d75a21273aa7c5aa3f8b4bb3d12