[INFO] cloning repository https://github.com/Boshen/compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Boshen/compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoshen%2Fcompiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoshen%2Fcompiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a24c6b9e62fd69ae76bdb83ec2760e7c7332cb66 [INFO] testing Boshen/compiler against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoshen%2Fcompiler" "/workspace/builds/worker-50/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-50/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Boshen/compiler on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-50/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-50/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/Boshen/compiler [INFO] finished tweaking git repo https://github.com/Boshen/compiler [INFO] tweaked toml for git repo https://github.com/Boshen/compiler written to /workspace/builds/worker-50/source/Cargo.toml [INFO] crate git repo https://github.com/Boshen/compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd1a98744d8e6d3448117766b059aaa700f21851dc2917902eaebd0fef042fa0 [INFO] running `Command { std: "docker" "start" "-a" "bd1a98744d8e6d3448117766b059aaa700f21851dc2917902eaebd0fef042fa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd1a98744d8e6d3448117766b059aaa700f21851dc2917902eaebd0fef042fa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd1a98744d8e6d3448117766b059aaa700f21851dc2917902eaebd0fef042fa0", kill_on_drop: false }` [INFO] [stdout] bd1a98744d8e6d3448117766b059aaa700f21851dc2917902eaebd0fef042fa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d8b7ce2fd52410d14f0612f52c2b68c1a0f6b09fefa3c8d68b1ce9e45d16756 [INFO] running `Command { std: "docker" "start" "-a" "4d8b7ce2fd52410d14f0612f52c2b68c1a0f6b09fefa3c8d68b1ce9e45d16756", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling semver v1.0.5 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling unicode-id v0.3.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling pico-args v0.3.4 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling lexer v0.0.0 (/opt/rustwide/workdir/crates/lexer) [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling cli v0.0.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling ureq v2.4.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling coverage v0.0.0 (/opt/rustwide/workdir/tasks/coverage) [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling benchmark v0.0.0 (/opt/rustwide/workdir/tasks/benchmark) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.11s [INFO] running `Command { std: "docker" "inspect" "4d8b7ce2fd52410d14f0612f52c2b68c1a0f6b09fefa3c8d68b1ce9e45d16756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d8b7ce2fd52410d14f0612f52c2b68c1a0f6b09fefa3c8d68b1ce9e45d16756", kill_on_drop: false }` [INFO] [stdout] 4d8b7ce2fd52410d14f0612f52c2b68c1a0f6b09fefa3c8d68b1ce9e45d16756 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b06882e9634541206a3945a3ecd3db0530e20ca3609df65f2fa54f7354cfd40 [INFO] running `Command { std: "docker" "start" "-a" "3b06882e9634541206a3945a3ecd3db0530e20ca3609df65f2fa54f7354cfd40", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lexer v0.0.0 (/opt/rustwide/workdir/crates/lexer) [INFO] [stderr] Compiling cli v0.0.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Compiling coverage v0.0.0 (/opt/rustwide/workdir/tasks/coverage) [INFO] [stderr] Compiling benchmark v0.0.0 (/opt/rustwide/workdir/tasks/benchmark) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.41s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/benchmark-b86c6f471d8f7082) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/benchmark-e6dec04c00079d1a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cli-ffc6a8faa77b7076) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/coverage-5f46fa8cbb9d4f92) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/coverage-050722d980e0f8a9) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/lexer-e2a5dff51c46f49e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/lexer-2a4d0bfd4e20f90d) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-b0a7f713d4a69f59) [INFO] running `Command { std: "docker" "inspect" "3b06882e9634541206a3945a3ecd3db0530e20ca3609df65f2fa54f7354cfd40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b06882e9634541206a3945a3ecd3db0530e20ca3609df65f2fa54f7354cfd40", kill_on_drop: false }` [INFO] [stdout] 3b06882e9634541206a3945a3ecd3db0530e20ca3609df65f2fa54f7354cfd40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 692418a9d4897597613ffde6bbddf3b5dbb6da3b6f06792473f1b6f92a6187e2 [INFO] running `Command { std: "docker" "start" "-a" "692418a9d4897597613ffde6bbddf3b5dbb6da3b6f06792473f1b6f92a6187e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.40s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/benchmark-b86c6f471d8f7082) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/benchmark-e6dec04c00079d1a) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cli-ffc6a8faa77b7076) [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 0 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coverage-5f46fa8cbb9d4f92) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/coverage-050722d980e0f8a9) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lexer-e2a5dff51c46f49e) [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] [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lexer-2a4d0bfd4e20f90d) [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 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/lib.rs (/opt/rustwide/target/debug/deps/lib-b0a7f713d4a69f59) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test eof ... ok [INFO] [stdout] test identifier ... ok [INFO] [stdout] test multi_line_comment ... ok [INFO] [stdout] test line_terminator ... ok [INFO] [stdout] test punctuator ... ok [INFO] [stdout] test string_literal ... ok [INFO] [stdout] test template_literal ... ok [INFO] [stdout] test reserved_word ... ok [INFO] [stdout] test numeric_literal ... ok [INFO] [stdout] test regex ... ok [INFO] [stdout] test whitespace ... ok [INFO] [stdout] test single_line_comment ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests benchmark [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 coverage [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 lexer [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" "692418a9d4897597613ffde6bbddf3b5dbb6da3b6f06792473f1b6f92a6187e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "692418a9d4897597613ffde6bbddf3b5dbb6da3b6f06792473f1b6f92a6187e2", kill_on_drop: false }` [INFO] [stdout] 692418a9d4897597613ffde6bbddf3b5dbb6da3b6f06792473f1b6f92a6187e2