[INFO] cloning repository https://github.com/bill-code-12/summit-time-
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bill-code-12/summit-time-" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbill-code-12%2Fsummit-time-", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbill-code-12%2Fsummit-time-'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3f6714ff095a10b8a4dbd87d5e183dd6fee85c1
[INFO] checking bill-code-12/summit-time- against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbill-code-12%2Fsummit-time-" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/bill-code-12/summit-time-
[INFO] finished tweaking git repo https://github.com/bill-code-12/summit-time-
[INFO] tweaked toml for git repo https://github.com/bill-code-12/summit-time- written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bill-code-12/summit-time- on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bill-code-12/summit-time- 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: binary `fuzz_outstanding_data` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../fuzz_outstanding_data
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `fuzz-outstanding-data`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:37:8
[INFO] [stderr]    |
[INFO] [stderr] 37 - name = "fuzz_outstanding_data"
[INFO] [stderr] 37 + name = "fuzz-outstanding-data"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_error_causes` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../parse_error_causes
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-error-causes`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 - name = "parse_error_causes"
[INFO] [stderr] 23 + name = "parse-error-causes"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_packet` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../parse_packet
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-packet`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 - name = "parse_packet"
[INFO] [stderr] 30 + name = "parse-packet"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_parameters` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../parse_parameters
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-parameters`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "parse_parameters"
[INFO] [stderr] 16 + name = "parse-parameters"
[INFO] [stderr]    |
[INFO] [stderr] warning: `dcsctp-fuzz` (manifest) generated 10 warnings
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: `dcsctp` (manifest) generated 12 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4
[INFO] running `Command { std: "docker" "start" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: fuzz/Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: binary `fuzz_outstanding_data` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../fuzz_outstanding_data
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `fuzz-outstanding-data`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:37:8
[INFO] [stderr]    |
[INFO] [stderr] 37 - name = "fuzz_outstanding_data"
[INFO] [stderr] 37 + name = "fuzz-outstanding-data"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_error_causes` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../parse_error_causes
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-error-causes`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 - name = "parse_error_causes"
[INFO] [stderr] 23 + name = "parse-error-causes"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_packet` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../parse_packet
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-packet`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 - name = "parse_packet"
[INFO] [stderr] 30 + name = "parse-packet"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `parse_parameters` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../parse_parameters
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `parse-parameters`, convert `bin.name`
[INFO] [stderr]   --> fuzz/Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "parse_parameters"
[INFO] [stderr] 16 + name = "parse-parameters"
[INFO] [stderr]    |
[INFO] [stderr] warning: `dcsctp-fuzz` (manifest) generated 10 warnings
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dead-code` is deprecated in favor of `lints.rust.dead_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.edition-2024-expr-fragment-specifier` is deprecated in favor of `lints.rust.edition_2024_expr_fragment_specifier` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-compatibility` is deprecated in favor of `lints.rust.rust_2024_compatibility` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macros` is deprecated in favor of `lints.rust.unused_macros` and will not work in a future edition
[INFO] [stderr] warning: `dcsctp` (manifest) generated 12 warnings
[INFO] [stderr]    Compiling dcsctp v0.1.14 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.12
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking dcsctp-fuzz v0.0.0 (/opt/rustwide/workdir/fuzz)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.16s
[INFO] running `Command { std: "docker" "inspect" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4", kill_on_drop: false }`
[INFO] [stdout] ce78d8f2cb8f3ba533ae1d2e9b7ce096831289ca85082412c3471114d95713f4
