[INFO] cloning repository https://github.com/nicolopizzo/lapis-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicolopizzo/lapis-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolopizzo%2Flapis-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolopizzo%2Flapis-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6fea7206b5e919da09387e9af8af25cbafa0328
[INFO] testing nicolopizzo/lapis-rs against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolopizzo%2Flapis-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nicolopizzo/lapis-rs
[INFO] finished tweaking git repo https://github.com/nicolopizzo/lapis-rs
[INFO] tweaked toml for git repo https://github.com/nicolopizzo/lapis-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nicolopizzo/lapis-rs on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nicolopizzo/lapis-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 50b22248bca3d107d4ce9ef5516bdfa3e0b4cc62851eda74942ef437dfbf01ff
[INFO] running `Command { std: "docker" "start" "-a" "50b22248bca3d107d4ce9ef5516bdfa3e0b4cc62851eda74942ef437dfbf01ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50b22248bca3d107d4ce9ef5516bdfa3e0b4cc62851eda74942ef437dfbf01ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50b22248bca3d107d4ce9ef5516bdfa3e0b4cc62851eda74942ef437dfbf01ff", kill_on_drop: false }`
[INFO] [stdout] 50b22248bca3d107d4ce9ef5516bdfa3e0b4cc62851eda74942ef437dfbf01ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6ccd8d1adcb9fca00404e0aa8386c1767d53fdff1d9158ef7ca4c475f8b022d
[INFO] running `Command { std: "docker" "start" "-a" "d6ccd8d1adcb9fca00404e0aa8386c1767d53fdff1d9158ef7ca4c475f8b022d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling portable-atomic v1.5.1
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling indicatif v0.17.7
[INFO] [stderr]    Compiling test-log v0.2.13
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling dedukti-parse v0.3.1
[INFO] [stderr]    Compiling lapis-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s
[INFO] running `Command { std: "docker" "inspect" "d6ccd8d1adcb9fca00404e0aa8386c1767d53fdff1d9158ef7ca4c475f8b022d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6ccd8d1adcb9fca00404e0aa8386c1767d53fdff1d9158ef7ca4c475f8b022d", kill_on_drop: false }`
[INFO] [stdout] d6ccd8d1adcb9fca00404e0aa8386c1767d53fdff1d9158ef7ca4c475f8b022d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62b09fce3e399a73be3645ac7e249c71633affada4b68a20320161ceb8fe0ce5
[INFO] running `Command { std: "docker" "start" "-a" "62b09fce3e399a73be3645ac7e249c71633affada4b68a20320161ceb8fe0ce5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling thread-id v4.2.1
[INFO] [stderr]    Compiling termcolor v1.3.0
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling test-log v0.2.13
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling dedukti-parse v0.3.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling log4rs v1.2.0
[INFO] [stderr]    Compiling lapis-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 54.59s
[INFO] running `Command { std: "docker" "inspect" "62b09fce3e399a73be3645ac7e249c71633affada4b68a20320161ceb8fe0ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62b09fce3e399a73be3645ac7e249c71633affada4b68a20320161ceb8fe0ce5", kill_on_drop: false }`
[INFO] [stdout] 62b09fce3e399a73be3645ac7e249c71633affada4b68a20320161ceb8fe0ce5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] adc949cb1d09df9e5356618e662aee26b74b25879c681dd1f13c15220f78036f
[INFO] running `Command { std: "docker" "start" "-a" "adc949cb1d09df9e5356618e662aee26b74b25879c681dd1f13c15220f78036f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lapis_rs-bfbe9a65a056bfe7)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test lgraph::tests::test ... ok
[INFO] [stdout] test check::tests::test_prod_abs ... FAILED
[INFO] [stdout] test check::tests::test_simple ... FAILED
[INFO] [stdout] test check::tests::testing ... FAILED
[INFO] [stdout] test parser::tests::test_focalide ... FAILED
[INFO] [stdout] test parser::tests::test_simple ... FAILED
[INFO] [stdout] test parser::tests::test_matita ... FAILED
[INFO] [stdout] test check::tests::test_lib ... FAILED
[INFO] [stdout] test check::tests::test_dependant ... FAILED
[INFO] [stdout] test parser::tests::test_vec ... FAILED
[INFO] [stdout] test parser::tests::test_parse ... FAILED
[INFO] [stdout] test check::tests::test_matita has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--bin lapis-rs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/lapis_rs-bfbe9a65a056bfe7` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "adc949cb1d09df9e5356618e662aee26b74b25879c681dd1f13c15220f78036f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adc949cb1d09df9e5356618e662aee26b74b25879c681dd1f13c15220f78036f", kill_on_drop: false }`
[INFO] [stdout] adc949cb1d09df9e5356618e662aee26b74b25879c681dd1f13c15220f78036f
