[INFO] fetching crate comment-strip 0.1.3... [INFO] testing comment-strip-0.1.3 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate comment-strip 0.1.3 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate comment-strip 0.1.3 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate comment-strip 0.1.3 [INFO] finished tweaking crates.io crate comment-strip 0.1.3 [INFO] tweaked toml for crates.io crate comment-strip 0.1.3 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e799f5c37600976b4a8e023f1fa829c1acdd2266a15f05568e364faa55c48389 [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" "e799f5c37600976b4a8e023f1fa829c1acdd2266a15f05568e364faa55c48389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e799f5c37600976b4a8e023f1fa829c1acdd2266a15f05568e364faa55c48389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e799f5c37600976b4a8e023f1fa829c1acdd2266a15f05568e364faa55c48389", kill_on_drop: false }` [INFO] [stdout] e799f5c37600976b4a8e023f1fa829c1acdd2266a15f05568e364faa55c48389 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--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] 8d4b5fe423cfe72ac5fe111106a61b8598af6f5829f21b9552cfe94e6ababcee [INFO] running `Command { std: "docker" "start" "-a" "8d4b5fe423cfe72ac5fe111106a61b8598af6f5829f21b9552cfe94e6ababcee", kill_on_drop: false }` [INFO] [stderr] Compiling vec_map v0.8.2 [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 atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling comment-strip v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | Ok(Input::File(try!(fs::File::open(path)))) [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/config.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | Some(path) => try!(Input::file(path)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | Ok(Output::File(try!(fs::File::create(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | Some(path) => try!(Output::file(path)) [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 10.90s [INFO] running `Command { std: "docker" "inspect" "8d4b5fe423cfe72ac5fe111106a61b8598af6f5829f21b9552cfe94e6ababcee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d4b5fe423cfe72ac5fe111106a61b8598af6f5829f21b9552cfe94e6ababcee", kill_on_drop: false }` [INFO] [stdout] 8d4b5fe423cfe72ac5fe111106a61b8598af6f5829f21b9552cfe94e6ababcee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 151cf0322c7ac95d96c10e3c260286c9164445738bbf0ff8abcd10fdd54d90f4 [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" "151cf0322c7ac95d96c10e3c260286c9164445738bbf0ff8abcd10fdd54d90f4", kill_on_drop: false }` [INFO] [stderr] Compiling comment-strip v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | Ok(Input::File(try!(fs::File::open(path)))) [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/config.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | Some(path) => try!(Input::file(path)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | Ok(Output::File(try!(fs::File::create(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | Some(path) => try!(Output::file(path)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `Command { std: "docker" "inspect" "151cf0322c7ac95d96c10e3c260286c9164445738bbf0ff8abcd10fdd54d90f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151cf0322c7ac95d96c10e3c260286c9164445738bbf0ff8abcd10fdd54d90f4", kill_on_drop: false }` [INFO] [stdout] 151cf0322c7ac95d96c10e3c260286c9164445738bbf0ff8abcd10fdd54d90f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a7c98ec07aae0e00481c2c5958525458887cafe699d21675e416c216fdd3485 [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" "4a7c98ec07aae0e00481c2c5958525458887cafe699d21675e416c216fdd3485", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] running 29 tests [INFO] [stderr] --> src/config.rs:20:24 [INFO] [stdout] test blanklines::tests::ends_with_blanklines ... ok [INFO] [stderr] | [INFO] [stdout] test blanklines::tests::multiple_blanklines ... ok [INFO] [stderr] 20 | Ok(Input::File(try!(fs::File::open(path)))) [INFO] [stdout] test blanklines::tests::normal_blanklines ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test blanklines::tests::no_newline_in_string ... ok [INFO] [stderr] | [INFO] [stdout] test c::tests::no_comment_in_string ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] test c::tests::no_comment_present ... ok [INFO] [stderr] [INFO] [stdout] test c::tests::normal_comment ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test shell::tests::comment_in_shebang ... ok [INFO] [stderr] --> src/config.rs:25:27 [INFO] [stdout] test shell::tests::no_comment_but_shebang ... ok [INFO] [stderr] | [INFO] [stdout] test shell::tests::no_comment_in_string ... ok [INFO] [stderr] 25 | Some(path) => try!(Input::file(path)) [INFO] [stdout] test shell::tests::no_comment_present ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test shell::tests::normal_comment ... ok [INFO] [stderr] [INFO] [stdout] test shell::tests::no_final_newline ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test tests::remove_finds_out_of_range ... ok [INFO] [stderr] --> src/config.rs:50:25 [INFO] [stdout] test tests::remove_finds_overlapping ... ok [INFO] [stderr] | [INFO] [stderr] 50 | Ok(Output::File(try!(fs::File::create(path)))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/config.rs:55:27 [INFO] [stderr] | [INFO] [stderr] 55 | Some(path) => try!(Output::file(path)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/comment_strip-37367e195a642e45) [INFO] [stdout] test xml::tests::multiline_comment ... ok [INFO] [stdout] test xml::tests::comment_in_tag ... ok [INFO] [stdout] test xml::tests::multiple_comments ... ok [INFO] [stdout] test xml::tests::no_comment_in_string ... ok [INFO] [stdout] test xml::tests::normal_comment ... ok [INFO] [stdout] test blanklines::tests::no_blanklines_present ... ok [INFO] [stdout] test tests::removes_correctly ... ok [INFO] [stdout] test c::tests::multiple_comments ... ok [INFO] [stdout] test c::tests::line_comment_no_newline ... ok [INFO] [stdout] test shell::tests::multiple_comments ... ok [INFO] [stdout] test blanklines::tests::starts_with_blanklines ... ok [INFO] [stdout] test c::tests::multiline_comment ... ok [INFO] [stdout] test c::tests::line_comment ... ok [INFO] [stdout] test xml::tests::no_comment_present ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 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/comment_strip-b6b1bd00c7f7e212) [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] Doc-tests comment-strip [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" "4a7c98ec07aae0e00481c2c5958525458887cafe699d21675e416c216fdd3485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a7c98ec07aae0e00481c2c5958525458887cafe699d21675e416c216fdd3485", kill_on_drop: false }` [INFO] [stdout] 4a7c98ec07aae0e00481c2c5958525458887cafe699d21675e416c216fdd3485