[INFO] fetching crate julian-cli 0.6.2...
[INFO] testing julian-cli-0.6.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate julian-cli 0.6.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate julian-cli 0.6.2
[INFO] finished tweaking crates.io crate julian-cli 0.6.2
[INFO] tweaked toml for crates.io crate julian-cli 0.6.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate julian-cli 0.6.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate julian-cli 0.6.2 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lexopt v0.3.0
[INFO] [stderr]   Downloaded thiserror-impl v2.0.3
[INFO] [stderr]   Downloaded thiserror v2.0.3
[INFO] [stderr]   Downloaded julian v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 68dd92b69ef41a2e5e3650bc351235176959c72f9d22d1d619e19bf35ddf6279
[INFO] running `Command { std: "docker" "start" "-a" "68dd92b69ef41a2e5e3650bc351235176959c72f9d22d1d619e19bf35ddf6279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68dd92b69ef41a2e5e3650bc351235176959c72f9d22d1d619e19bf35ddf6279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68dd92b69ef41a2e5e3650bc351235176959c72f9d22d1d619e19bf35ddf6279", kill_on_drop: false }`
[INFO] [stdout] 68dd92b69ef41a2e5e3650bc351235176959c72f9d22d1d619e19bf35ddf6279
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e27b67cca6f40a2ca6f18229f41b476d2d4ef29ed41b4ab077700458629369b3
[INFO] running `Command { std: "docker" "start" "-a" "e27b67cca6f40a2ca6f18229f41b476d2d4ef29ed41b4ab077700458629369b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling lexopt v0.3.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling julian v0.7.0
[INFO] [stderr]    Compiling julian-cli v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `dangling_pointers_from_temporaries`
[INFO] [stdout]   = note: requested on the command line with `-D temporary_cstring_as_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
[INFO] running `Command { std: "docker" "inspect" "e27b67cca6f40a2ca6f18229f41b476d2d4ef29ed41b4ab077700458629369b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e27b67cca6f40a2ca6f18229f41b476d2d4ef29ed41b4ab077700458629369b3", kill_on_drop: false }`
[INFO] [stdout] e27b67cca6f40a2ca6f18229f41b476d2d4ef29ed41b4ab077700458629369b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 336160a3ef832635f875fe9b88c9e576782d358a0b807dc803e87af53fede51e
[INFO] running `Command { std: "docker" "start" "-a" "336160a3ef832635f875fe9b88c9e576782d358a0b807dc803e87af53fede51e", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling julian v0.7.0
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling julian-cli v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `dangling_pointers_from_temporaries`
[INFO] [stdout]   = note: requested on the command line with `-D temporary_cstring_as_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.49s
[INFO] running `Command { std: "docker" "inspect" "336160a3ef832635f875fe9b88c9e576782d358a0b807dc803e87af53fede51e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "336160a3ef832635f875fe9b88c9e576782d358a0b807dc803e87af53fede51e", kill_on_drop: false }`
[INFO] [stdout] 336160a3ef832635f875fe9b88c9e576782d358a0b807dc803e87af53fede51e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aa9f2c0e063e47c0929b9530e5a26d888c5bb84f28417473b4ff1a45cdbc1945
[INFO] running `Command { std: "docker" "start" "-a" "aa9f2c0e063e47c0929b9530e5a26d888c5bb84f28417473b4ff1a45cdbc1945", kill_on_drop: false }`
[INFO] [stderr] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stderr]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries`
[INFO] [stderr]   |
[INFO] [stderr]   = help: use the new name `dangling_pointers_from_temporaries`
[INFO] [stderr]   = note: requested on the command line with `-D temporary_cstring_as_ptr`
[INFO] [stderr] 
[INFO] [stderr] warning: `julian-cli` (bin "julian" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/julian-ac2db9ab1a8913d2)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test tests::cli_parser::case_03 ... ok
[INFO] [stdout] test tests::cli_parser::case_04 ... ok
[INFO] [stdout] test tests::cli_parser::case_01 ... ok
[INFO] [stdout] test tests::cli_parser::case_02 ... ok
[INFO] [stdout] test tests::cli_parser::case_06 ... ok
[INFO] [stdout] test tests::cli_parser::case_05 ... ok
[INFO] [stdout] test tests::cli_parser::case_07 ... ok
[INFO] [stdout] test tests::cli_parser::case_08 ... ok
[INFO] [stdout] test tests::cli_parser::case_09 ... ok
[INFO] [stdout] test tests::cli_parser::case_10 ... ok
[INFO] [stdout] test tests::cli_parser::case_11 ... ok
[INFO] [stdout] test tests::cli_parser::case_12 ... ok
[INFO] [stdout] test tests::cli_parser::case_13 ... ok
[INFO] [stdout] test tests::cli_parser::case_14 ... ok
[INFO] [stdout] test tests::cli_parser::case_15 ... ok
[INFO] [stdout] test tests::cli_parser::case_16 ... ok
[INFO] [stdout] test tests::cli_parser::case_17 ... ok
[INFO] [stdout] test tests::cli_parser::case_18 ... ok
[INFO] [stdout] test tests::cli_parser::case_19 ... ok
[INFO] [stdout] test tests::cli_parser::case_20 ... ok
[INFO] [stdout] test tests::cli_parser::case_21 ... ok
[INFO] [stdout] test tests::cli_parser::case_22 ... ok
[INFO] [stdout] test tests::cli_parser::case_23 ... ok
[INFO] [stdout] test tests::cli_parser::case_24 ... ok
[INFO] [stdout] test tests::cli_parser::case_25 ... ok
[INFO] [stdout] test tests::cli_parser::case_26 ... ok
[INFO] [stdout] test tests::cli_parser::case_27 ... ok
[INFO] [stdout] test tests::cli_parser::case_28 ... ok
[INFO] [stdout] test tests::cli_parser::case_29 ... ok
[INFO] [stdout] test tests::cli_parser::case_30 ... ok
[INFO] [stdout] test tests::cli_parser::case_31 ... ok
[INFO] [stdout] test tests::cli_parser::case_32 ... ok
[INFO] [stdout] test tests::cli_parser::case_33 ... ok
[INFO] [stdout] test tests::cli_parser::case_34 ... ok
[INFO] [stdout] test tests::cli_parser::case_36 ... ok
[INFO] [stdout] test tests::cli_parser::case_35 ... ok
[INFO] [stdout] test tests::run_default_options ... ok
[INFO] [stdout] test tests::run_json ... ok
[INFO] [stdout] test tests::run_json_julian ... ok
[INFO] [stdout] test tests::run_json_one_arg ... ok
[INFO] [stdout] test tests::run_json_reforming ... ok
[INFO] [stdout] test tests::run_julian ... ok
[INFO] [stdout] test tests::run_julian_ordinal ... ok
[INFO] [stdout] test tests::run_julian_quiet ... ok
[INFO] [stdout] test tests::run_julian_style ... ok
[INFO] [stdout] test tests::run_ordinal ... ok
[INFO] [stdout] test tests::run_ordinal_quiet ... ok
[INFO] [stdout] test tests::run_quiet ... ok
[INFO] [stdout] test tests::run_reforming ... ok
[INFO] [stdout] test tests::run_reforming_ordinal_style ... ok
[INFO] [stdout] test tests::run_reforming_quiet ... ok
[INFO] [stdout] test tests::run_reforming_quiet_style ... ok
[INFO] [stdout] test tests::run_reforming_style ... ok
[INFO] [stdout] test tests::run_style ... ok
[INFO] [stdout] test tests::test_parse_reformation::case_1 ... ok
[INFO] [stdout] test tests::test_parse_reformation::case_2 ... ok
[INFO] [stdout] test tests::test_parse_reformation::case_3 ... ok
[INFO] [stdout] test tests::test_parse_reformation::case_4 ... ok
[INFO] [stdout] test tests::test_parse_reformation::case_5 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_1 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_2 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_3 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_4 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_5 ... ok
[INFO] [stdout] test tests::test_parse_reformation_err::case_6 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "aa9f2c0e063e47c0929b9530e5a26d888c5bb84f28417473b4ff1a45cdbc1945", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa9f2c0e063e47c0929b9530e5a26d888c5bb84f28417473b4ff1a45cdbc1945", kill_on_drop: false }`
[INFO] [stdout] aa9f2c0e063e47c0929b9530e5a26d888c5bb84f28417473b4ff1a45cdbc1945
