[INFO] cloning repository https://github.com/FoamFactory/pla2html
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FoamFactory/pla2html" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamFactory%2Fpla2html", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamFactory%2Fpla2html'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92b93b7af44ce836ee3496eea693c505bcd3d3af
[INFO] testing FoamFactory/pla2html against master#10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287 for pr-94775
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamFactory%2Fpla2html" "/workspace/builds/worker-1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/FoamFactory/pla2html on toolchain 10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/FoamFactory/pla2html
[INFO] finished tweaking git repo https://github.com/FoamFactory/pla2html
[INFO] tweaked toml for git repo https://github.com/FoamFactory/pla2html written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/FoamFactory/pla2html already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19859cf2a3e14086d686b2597a78a4110a83828d39745b18a7a7a6e043d0cbd7
[INFO] running `Command { std: "docker" "start" "-a" "19859cf2a3e14086d686b2597a78a4110a83828d39745b18a7a7a6e043d0cbd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19859cf2a3e14086d686b2597a78a4110a83828d39745b18a7a7a6e043d0cbd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19859cf2a3e14086d686b2597a78a4110a83828d39745b18a7a7a6e043d0cbd7", kill_on_drop: false }`
[INFO] [stdout] 19859cf2a3e14086d686b2597a78a4110a83828d39745b18a7a7a6e043d0cbd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff332a87048f2b2dbb4f52697d225f393b0334eae0085d11f9ba3d12e90adc19
[INFO] running `Command { std: "docker" "start" "-a" "ff332a87048f2b2dbb4f52697d225f393b0334eae0085d11f9ba3d12e90adc19", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling libc v0.2.114
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling dyn-clone v1.0.4
[INFO] [stderr]    Compiling mopa v0.2.2
[INFO] [stderr]    Compiling horrorshow v0.8.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.0.12
[INFO] [stderr]    Compiling clap v3.0.13
[INFO] [stderr]    Compiling pla2html v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 22.53s
[INFO] running `Command { std: "docker" "inspect" "ff332a87048f2b2dbb4f52697d225f393b0334eae0085d11f9ba3d12e90adc19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff332a87048f2b2dbb4f52697d225f393b0334eae0085d11f9ba3d12e90adc19", kill_on_drop: false }`
[INFO] [stdout] ff332a87048f2b2dbb4f52697d225f393b0334eae0085d11f9ba3d12e90adc19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3957d658887966a677ae34e9be0d6d52ded1dc5ca4ef294ac7eefb9fecd38afe
[INFO] running `Command { std: "docker" "start" "-a" "3957d658887966a677ae34e9be0d6d52ded1dc5ca4ef294ac7eefb9fecd38afe", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling libc v0.2.114
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling siphasher v0.3.9
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling crc32fast v1.3.1
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.4
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling symbolic-demangle v8.6.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling semver v1.0.5
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling is_executable v1.0.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling fomat-macros v0.3.1
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling backtrace v0.3.64
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling msvc-demangler v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling object v0.27.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling memmap2 v0.5.2
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling globset v0.4.8
[INFO] [stderr]    Compiling debugid v0.7.2
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling symbolic-common v8.6.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling crossbeam v0.8.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling crypto-common v0.1.1
[INFO] [stderr]    Compiling block-buffer v0.10.1
[INFO] [stderr]    Compiling digest v0.10.1
[INFO] [stderr]    Compiling md-5 v0.10.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling chrono-tz-build v0.0.2
[INFO] [stderr]    Compiling chrono-tz v0.6.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling clap_derive v3.0.12
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling rustc-cfg v0.4.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling clap v3.0.13
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling serde_json v1.0.78
[INFO] [stderr]    Compiling semver v0.10.0
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling cargo_metadata v0.11.4
[INFO] [stderr]    Compiling simplelog v0.11.2
[INFO] [stderr]    Compiling pla2html v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling cargo-binutils v0.3.4
[INFO] [stderr]    Compiling tera v1.15.0
[INFO] [stderr]    Compiling grcov v0.8.6
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 25.84s
[INFO] [stderr]   Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/pla2html-e96a86f1d357e161)
[INFO] [stderr]   Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/pla2html-ef01de0a30fb7b9c)
[INFO] running `Command { std: "docker" "inspect" "3957d658887966a677ae34e9be0d6d52ded1dc5ca4ef294ac7eefb9fecd38afe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3957d658887966a677ae34e9be0d6d52ded1dc5ca4ef294ac7eefb9fecd38afe", kill_on_drop: false }`
[INFO] [stdout] 3957d658887966a677ae34e9be0d6d52ded1dc5ca4ef294ac7eefb9fecd38afe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b9d98b050e4c40b1cf5c25daf88b1c5e7cfd3d8c0196fd731d66537be3759093
[INFO] running `Command { std: "docker" "start" "-a" "b9d98b050e4c40b1cf5c25daf88b1c5e7cfd3d8c0196fd731d66537be3759093", kill_on_drop: false }`
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.61s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pla2html-e96a86f1d357e161)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test pla::command::tests::it_should_convert_a_command_to_a_string ... ok
[INFO] [stdout] test pla::command::tests::it_should_convert_a_command_from_a_string ... ok
[INFO] [stdout] test pla::error::tests::it_should_be_able_to_create_a_pla_parse_error ... ok
[INFO] [stdout] test pla::entry::tests::it_should_be_able_to_clone_an_entry_with_no_children ... ok
[INFO] [stdout] test pla::error::tests::it_should_be_able_to_create_a_pla_sub_block_conversion_error ... ok
[INFO] [stdout] test pla::parser::tests::it_should_trim_whitespace_at_start_of_file ... ok
[INFO] [stdout] test pla::parser::tests::it_should_parse_a_valid_start_block ... ok
[INFO] [stdout] test pla::sub_blocks::tests::it_should_parse_a_duration_block_from_a_valid_string_and_parent_id ... ok
[INFO] [stdout] test pla::sub_blocks::tests::it_should_parse_a_child_block_from_a_valid_string_and_parent_id ... ok
[INFO] [stdout] test pla::error::tests::it_should_be_able_to_throw_a_pla_parse_error - should panic ... ok
[INFO] [stdout] test pla::parser::tests::when_parsing_start_blocks_it_should_fail_without_a_date - should panic ... ok
[INFO] [stdout] test pla::error::tests::it_should_be_able_to_throw_a_pla_sub_block_conversion_error - should panic ... ok
[INFO] [stdout] test pla::sub_blocks::tests::it_should_panic_when_a_child_string_is_unparseable - should panic ... ok
[INFO] [stdout] test pla::parser::tests::it_should_parse_a_simple_pla_file ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pla2html-ef01de0a30fb7b9c)
[INFO] [stdout] test pla::parser::tests::it_should_parse_a_complicated_pla_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.34s
[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]    Doc-tests pla2html
[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" "b9d98b050e4c40b1cf5c25daf88b1c5e7cfd3d8c0196fd731d66537be3759093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9d98b050e4c40b1cf5c25daf88b1c5e7cfd3d8c0196fd731d66537be3759093", kill_on_drop: false }`
[INFO] [stdout] b9d98b050e4c40b1cf5c25daf88b1c5e7cfd3d8c0196fd731d66537be3759093