[INFO] cloning repository https://github.com/inherd/jenkinsfile [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inherd/jenkinsfile" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finherd%2Fjenkinsfile", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finherd%2Fjenkinsfile'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] db0cd422742783ec9a78033caac6b109fb7aac41 [INFO] testing inherd/jenkinsfile against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finherd%2Fjenkinsfile" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/inherd/jenkinsfile on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/inherd/jenkinsfile [INFO] finished tweaking git repo https://github.com/inherd/jenkinsfile [INFO] tweaked toml for git repo https://github.com/inherd/jenkinsfile written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/inherd/jenkinsfile already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be6a02798860a0d792fd9c3e6180de42498707c3fbd9a1aa418e56ddefe743c8 [INFO] running `Command { std: "docker" "start" "-a" "be6a02798860a0d792fd9c3e6180de42498707c3fbd9a1aa418e56ddefe743c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be6a02798860a0d792fd9c3e6180de42498707c3fbd9a1aa418e56ddefe743c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be6a02798860a0d792fd9c3e6180de42498707c3fbd9a1aa418e56ddefe743c8", kill_on_drop: false }` [INFO] [stdout] be6a02798860a0d792fd9c3e6180de42498707c3fbd9a1aa418e56ddefe743c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3dff721970683749fadfb4cd7e25e2b4eff09cf5800e2b57d3a72243eda5a32e [INFO] running `Command { std: "docker" "start" "-a" "3dff721970683749fadfb4cd7e25e2b4eff09cf5800e2b57d3a72243eda5a32e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling once_cell v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling jenkinsfile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.14s [INFO] running `Command { std: "docker" "inspect" "3dff721970683749fadfb4cd7e25e2b4eff09cf5800e2b57d3a72243eda5a32e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dff721970683749fadfb4cd7e25e2b4eff09cf5800e2b57d3a72243eda5a32e", kill_on_drop: false }` [INFO] [stdout] 3dff721970683749fadfb4cd7e25e2b4eff09cf5800e2b57d3a72243eda5a32e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37b33aeccf202c52c4f882a140dd8d52de20b2fee6f0f1a01ac4fd19f87455bc [INFO] running `Command { std: "docker" "start" "-a" "37b33aeccf202c52c4f882a140dd8d52de20b2fee6f0f1a01ac4fd19f87455bc", kill_on_drop: false }` [INFO] [stderr] Compiling jenkinsfile v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.30s [INFO] running `Command { std: "docker" "inspect" "37b33aeccf202c52c4f882a140dd8d52de20b2fee6f0f1a01ac4fd19f87455bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37b33aeccf202c52c4f882a140dd8d52de20b2fee6f0f1a01ac4fd19f87455bc", kill_on_drop: false }` [INFO] [stdout] 37b33aeccf202c52c4f882a140dd8d52de20b2fee6f0f1a01ac4fd19f87455bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 46c485f20a6d5cbdf50e6278b1e031027a039d602ecca2cc62e81387da73d69e [INFO] running `Command { std: "docker" "start" "-a" "46c485f20a6d5cbdf50e6278b1e031027a039d602ecca2cc62e81387da73d69e", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 6 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jenkinsfile-af004e359787eeb3) [INFO] [stdout] test tests::should_parse_hello_world ... ok [INFO] [stdout] test tests::should_parse_multiple_sub_stages ... ok [INFO] [stdout] test tests::should_parse_multiple_stages ... ok [INFO] [stdout] test tests::should_parse_echo ... ok [INFO] [stdout] test tests::should_parse_sub_stages ... ok [INFO] [stderr] Doc-tests jenkinsfile [INFO] [stdout] test tests::should_parse_sub_sub_stages ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [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] running `Command { std: "docker" "inspect" "46c485f20a6d5cbdf50e6278b1e031027a039d602ecca2cc62e81387da73d69e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46c485f20a6d5cbdf50e6278b1e031027a039d602ecca2cc62e81387da73d69e", kill_on_drop: false }` [INFO] [stdout] 46c485f20a6d5cbdf50e6278b1e031027a039d602ecca2cc62e81387da73d69e