[INFO] cloning repository https://github.com/Ewwii-sh/yucky-ewwii [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ewwii-sh/yucky-ewwii" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEwwii-sh%2Fyucky-ewwii", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEwwii-sh%2Fyucky-ewwii'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd859c2166913a2bf280b29a3e8005253403298d [INFO] testing Ewwii-sh/yucky-ewwii against 1.97.0-beta.6 for beta-1.98-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEwwii-sh%2Fyucky-ewwii" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Ewwii-sh/yucky-ewwii [INFO] finished tweaking git repo https://github.com/Ewwii-sh/yucky-ewwii [INFO] tweaked toml for git repo https://github.com/Ewwii-sh/yucky-ewwii written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Ewwii-sh/yucky-ewwii on toolchain 1.97.0-beta.6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Ewwii-sh/yucky-ewwii 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit-set v0.6.0 [INFO] [stderr] Downloaded bit-vec v0.7.0 [INFO] [stderr] Downloaded lalrpop-util v0.21.0 [INFO] [stderr] Downloaded ewwii_plugin_api v1.3.0 [INFO] [stderr] Downloaded ewwii_shared_utils v0.4.0 [INFO] [stderr] Downloaded jaq-syn v1.6.0 [INFO] [stderr] Downloaded bytesize v2.3.1 [INFO] [stderr] Downloaded jaq-std v1.6.0 [INFO] [stderr] Downloaded jaq-interpret v1.5.0 [INFO] [stderr] Downloaded hifijson v0.2.3 [INFO] [stderr] Downloaded jaq-core v1.5.1 [INFO] [stderr] Downloaded jaq-parse v1.0.3 [INFO] [stderr] Downloaded cached v0.53.1 [INFO] [stderr] Downloaded lalrpop v0.21.0 [INFO] [stderr] Downloaded chumsky v0.9.3 [INFO] [stderr] Downloaded nbcl v0.5.1 [INFO] [stderr] Downloaded pure-rust-locales v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064 [INFO] running `Command { std: "docker" "start" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", 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" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling keccak v0.1.6 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bit-vec v0.7.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling ena v0.14.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling bit-set v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling pure-rust-locales v0.8.2 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Compiling hifijson v0.2.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bytesize v2.3.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling lalrpop-util v0.21.0 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling rand v0.10.1 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling cached_proc_macro v0.23.0 [INFO] [stderr] Compiling ariadne v0.6.0 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling jaq-syn v1.6.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling nbcl v0.5.1 [INFO] [stderr] Compiling eww_shared_util v0.1.0 (/opt/rustwide/workdir/third-party/eww/crates/eww_shared_util) [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling lalrpop v0.21.0 [INFO] [stderr] Compiling jaq-interpret v1.5.0 [INFO] [stderr] Compiling jaq-std v1.6.0 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling cached v0.53.1 [INFO] [stderr] Compiling jaq-core v1.5.1 [INFO] [stderr] Compiling jaq-parse v1.0.3 [INFO] [stderr] Compiling ewwii_shared_utils v0.4.0 [INFO] [stderr] Compiling ewwii_plugin_api v1.3.0 [INFO] [stderr] Compiling simplexpr v0.1.0 (/opt/rustwide/workdir/third-party/eww/crates/simplexpr) [INFO] [stderr] Compiling yuck v0.1.0 (/opt/rustwide/workdir/third-party/eww/crates/yuck) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> third-party/eww/crates/yuck/src/config/script_var_definition.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Debug, PartialEq, Eq, serde::Serialize)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 47 | Function(fn() -> Result>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yucky-ewwii v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling yucky-ewwii v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> third-party/eww/crates/yuck/src/config/script_var_definition.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Debug, PartialEq, Eq, serde::Serialize)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 47 | Function(fn() -> Result>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> third-party/eww/crates/yuck/src/config/script_var_definition.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Debug, PartialEq, Eq, serde::Serialize)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 47 | Function(fn() -> Result>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `yuck` (lib) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yucky_ewwii-b2733fa9f7525ac7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064", kill_on_drop: false }` [INFO] [stdout] de965f61e84bef631ac882398687e0b5504606a014ad92eafa73fd136afa4064