[INFO] cloning repository https://github.com/insomnimus/mars [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/insomnimus/mars" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsomnimus%2Fmars", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsomnimus%2Fmars'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e0df88682ad10aede6c8b62575eddedfac67807 [INFO] testing insomnimus/mars against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsomnimus%2Fmars" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/insomnimus/mars [INFO] finished tweaking git repo https://github.com/insomnimus/mars [INFO] tweaked toml for git repo https://github.com/insomnimus/mars written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/insomnimus/mars on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/insomnimus/mars 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d03b0eed43934ff1a55f6c14a0fafe56bc7c44a4ecf5747ea9a2ae87a52aaa99 [INFO] running `Command { std: "docker" "start" "-a" "d03b0eed43934ff1a55f6c14a0fafe56bc7c44a4ecf5747ea9a2ae87a52aaa99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d03b0eed43934ff1a55f6c14a0fafe56bc7c44a4ecf5747ea9a2ae87a52aaa99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d03b0eed43934ff1a55f6c14a0fafe56bc7c44a4ecf5747ea9a2ae87a52aaa99", kill_on_drop: false }` [INFO] [stdout] d03b0eed43934ff1a55f6c14a0fafe56bc7c44a4ecf5747ea9a2ae87a52aaa99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0daa15982fc2c33834265c848d66a692ed2a9db4506232efc39ed5d89d1a525 [INFO] running `Command { std: "docker" "start" "-a" "b0daa15982fc2c33834265c848d66a692ed2a9db4506232efc39ed5d89d1a525", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling find-msvc-tools v0.1.7 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling bindgen v0.70.1 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling cc v1.2.52 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling pulldown-cmark v0.12.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling normpath v1.5.0 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling jwalk v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling askama_derive v0.12.5 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling askama v0.12.1 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling tidy-sys v0.8.4 [INFO] [stderr] Compiling tidier v0.5.5 [INFO] [stderr] Compiling mars v0.13.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.00s [INFO] running `Command { std: "docker" "inspect" "b0daa15982fc2c33834265c848d66a692ed2a9db4506232efc39ed5d89d1a525", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0daa15982fc2c33834265c848d66a692ed2a9db4506232efc39ed5d89d1a525", kill_on_drop: false }` [INFO] [stdout] b0daa15982fc2c33834265c848d66a692ed2a9db4506232efc39ed5d89d1a525 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b39b978aa85d925604aadb7254aef2b712b2cbd4293c4fa8f863f87643126dbc [INFO] running `Command { std: "docker" "start" "-a" "b39b978aa85d925604aadb7254aef2b712b2cbd4293c4fa8f863f87643126dbc", kill_on_drop: false }` [INFO] [stderr] Compiling mars v0.13.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "b39b978aa85d925604aadb7254aef2b712b2cbd4293c4fa8f863f87643126dbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b39b978aa85d925604aadb7254aef2b712b2cbd4293c4fa8f863f87643126dbc", kill_on_drop: false }` [INFO] [stdout] b39b978aa85d925604aadb7254aef2b712b2cbd4293c4fa8f863f87643126dbc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e325e3761fb4c0a633acbff37d42b8d11f87bdfb22b30f22afc260ab4af1384f [INFO] running `Command { std: "docker" "start" "-a" "e325e3761fb4c0a633acbff37d42b8d11f87bdfb22b30f22afc260ab4af1384f", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mars-b63459dabf40cb95) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_split_url ... ok [INFO] [stdout] test tests::test_has_hidden ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e325e3761fb4c0a633acbff37d42b8d11f87bdfb22b30f22afc260ab4af1384f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e325e3761fb4c0a633acbff37d42b8d11f87bdfb22b30f22afc260ab4af1384f", kill_on_drop: false }` [INFO] [stdout] e325e3761fb4c0a633acbff37d42b8d11f87bdfb22b30f22afc260ab4af1384f