[INFO] cloning repository https://github.com/krobelus/neofish [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krobelus/neofish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrobelus%2Fneofish", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrobelus%2Fneofish'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f106bebd5d41fcb4459ad560b3bac0f01f349e6b [INFO] checking krobelus/neofish against try#9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869 for pr-129249 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrobelus%2Fneofish" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/krobelus/neofish on toolchain 9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/krobelus/neofish [INFO] finished tweaking git repo https://github.com/krobelus/neofish [INFO] tweaked toml for git repo https://github.com/krobelus/neofish written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/krobelus/neofish 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" "+9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3aa18856ffe777da7619424375a6cb1351eb2a09267cf4184ea258b9813b2a0 [INFO] running `Command { std: "docker" "start" "-a" "f3aa18856ffe777da7619424375a6cb1351eb2a09267cf4184ea258b9813b2a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3aa18856ffe777da7619424375a6cb1351eb2a09267cf4184ea258b9813b2a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3aa18856ffe777da7619424375a6cb1351eb2a09267cf4184ea258b9813b2a0", kill_on_drop: false }` [INFO] [stdout] f3aa18856ffe777da7619424375a6cb1351eb2a09267cf4184ea258b9813b2a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9543f8ea2aae74b8f13ac2a6e6c0ecdca9810869" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0feff5f31e9e956d81ddd39c48ba320c41c4e01225402c13e9730643027d19cf [INFO] running `Command { std: "docker" "start" "-a" "0feff5f31e9e956d81ddd39c48ba320c41c4e01225402c13e9730643027d19cf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rsconf v0.2.2 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Checking foldhash v0.1.3 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking widestring v1.1.0 [INFO] [stderr] Checking hashbrown v0.15.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling terminfo v0.9.0 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Checking fish-printf v0.2.1 (/opt/rustwide/workdir/printf) [INFO] [stderr] Checking errno v0.3.9 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling pcre2-sys v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba) [INFO] [stderr] Compiling fish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking pcre2 v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba) [INFO] [stderr] Compiling serial_test_derive v1.0.0 [INFO] [stderr] Checking serial_test v1.0.0 [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | change_seconds: buf.ctime().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(self_type_conversion)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | change_nanoseconds: buf.ctime_nsec().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | mod_seconds: buf.mtime().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | mod_nanoseconds: buf.mtime_nsec().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/reader.rs:217:14 [INFO] [stdout] | [INFO] [stdout] 217 | unsafe { READER_DATA_STACK.0.get_mut() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fish` (lib) due to 4 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | change_seconds: buf.ctime().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(self_type_conversion)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | change_nanoseconds: buf.ctime_nsec().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | mod_seconds: buf.mtime().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this conversion is useless `i64` to `i64` [INFO] [stdout] --> src/wutil/fileid.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | mod_nanoseconds: buf.mtime_nsec().into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/reader.rs:217:14 [INFO] [stdout] | [INFO] [stdout] 217 | unsafe { READER_DATA_STACK.0.get_mut() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fish` (lib test) due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "0feff5f31e9e956d81ddd39c48ba320c41c4e01225402c13e9730643027d19cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0feff5f31e9e956d81ddd39c48ba320c41c4e01225402c13e9730643027d19cf", kill_on_drop: false }` [INFO] [stdout] 0feff5f31e9e956d81ddd39c48ba320c41c4e01225402c13e9730643027d19cf