[INFO] cloning repository https://github.com/PerseusShade/Nexenal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PerseusShade/Nexenal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerseusShade%2FNexenal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerseusShade%2FNexenal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ede74ec137e94f80006c90ecab3aa26d86312371
[INFO] checking PerseusShade/Nexenal against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerseusShade%2FNexenal" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PerseusShade/Nexenal
[INFO] finished tweaking git repo https://github.com/PerseusShade/Nexenal
[INFO] tweaked toml for git repo https://github.com/PerseusShade/Nexenal written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PerseusShade/Nexenal on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PerseusShade/Nexenal 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `Nexenal` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../Nexenal
[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 `nexenal`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "Nexenal"
[INFO] [stderr] 24 + name = "nexenal"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `nexenal`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ version = "1.1.0"
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "nexenal"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Nexenal` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded openssl-sys v0.9.113
[INFO] [stderr]   Downloaded self_update v0.41.0
[INFO] [stderr]   Downloaded winapi-wsapoll v0.1.2
[INFO] [stderr]   Downloaded x11-clipboard v0.7.1
[INFO] [stderr]   Downloaded tree_magic_mini v3.2.2
[INFO] [stderr]   Downloaded zipsign-api v0.1.5
[INFO] [stderr]   Downloaded wl-clipboard-rs v0.7.1
[INFO] [stderr]   Downloaded quick-xml v0.23.1
[INFO] [stderr]   Downloaded openssl v0.10.77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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] 99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047
[INFO] running `Command { std: "docker" "start" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047", 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" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047", 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" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `Nexenal` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../Nexenal
[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 `nexenal`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "Nexenal"
[INFO] [stderr] 24 + name = "nexenal"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `nexenal`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ version = "1.1.0"
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "nexenal"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `Nexenal` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking rustls-webpki v0.103.12
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.19
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]    Compiling self_update v0.41.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking x11-clipboard v0.7.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking self-replace v1.5.0
[INFO] [stderr]     Checking quick-xml v0.23.1
[INFO] [stderr]     Checking bstr v1.13.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking globset v0.4.20
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking tree_magic_mini v3.2.2
[INFO] [stderr]     Checking wl-clipboard-rs v0.7.1
[INFO] [stderr]     Checking cli-clipboard v0.4.0
[INFO] [stderr]     Checking Nexenal v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
[INFO] running `Command { std: "docker" "inspect" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047", kill_on_drop: false }`
[INFO] [stdout] 99bf1a30ab62a64424ca2a1ff4aa16a094ac8079a5a4d357f014ea10f3269047
