[INFO] cloning repository https://github.com/mozilla/sccache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mozilla/sccache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fsccache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fsccache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b1e93e5dbd8113bb66ac990148e8ba354dd3545 [INFO] testing mozilla/sccache against try#0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fsccache" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mozilla/sccache [INFO] finished tweaking git repo https://github.com/mozilla/sccache [INFO] tweaked toml for git repo https://github.com/mozilla/sccache written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mozilla/sccache on toolchain 0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mozilla/sccache 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" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92f777ff6d45c546a52d1110a40f90c89e34b901cf49732be09dd7caf4927bed [INFO] running `Command { std: "docker" "start" "-a" "92f777ff6d45c546a52d1110a40f90c89e34b901cf49732be09dd7caf4927bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92f777ff6d45c546a52d1110a40f90c89e34b901cf49732be09dd7caf4927bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92f777ff6d45c546a52d1110a40f90c89e34b901cf49732be09dd7caf4927bed", kill_on_drop: false }` [INFO] [stdout] 92f777ff6d45c546a52d1110a40f90c89e34b901cf49732be09dd7caf4927bed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ba80f122fc1bf917ef4025b39ed4d5bd6bb4ac8d385552542e9d7c7e1ef3003 [INFO] running `Command { std: "docker" "start" "-a" "2ba80f122fc1bf917ef4025b39ed4d5bd6bb4ac8d385552542e9d7c7e1ef3003", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling proc-macro2 v1.0.75 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling serde v1.0.201 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling rustls v0.23.10 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling salsa20 v0.10.2 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling scrypt v0.11.0 [INFO] [stderr] Compiling unicode-bidi v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling rustls-native-certs v0.7.0 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling const-random v0.1.17 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling pkcs5 v0.7.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling webpki-roots v0.26.2 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling winnow v0.6.1 [INFO] [stderr] Compiling pem v3.0.3 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling ordered-multimap v0.7.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling ring v0.17.13 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling trim-in-place v0.1.7 [INFO] [stderr] Compiling anstyle v1.0.2 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.59 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling rsa v0.9.6 [INFO] [stderr] Compiling anstream v0.6.11 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling rust-ini v0.21.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling blake3 v1.5.0 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling fs-err v2.11.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling clap_builder v4.5.13 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling core_affinity v0.8.1 [INFO] [stderr] Compiling ruzstd v0.7.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.201 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling tokio v1.43.1 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling xattr v1.2.0 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling pin-project v1.1.7 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.4.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling gzp v0.11.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling tar v0.4.40 [INFO] [stderr] Compiling strip-ansi-escapes v0.2.0 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling which v6.0.3 [INFO] [stderr] Compiling clap v4.5.13 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling retry v2.0.0 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling ghac v0.2.0 [INFO] [stderr] Compiling daemonize v0.5.0 [INFO] [stderr] Compiling ar v0.9.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling rustls-webpki v0.102.4 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling quick-xml v0.35.0 [INFO] [stderr] Compiling uuid v1.9.0 [INFO] [stderr] Compiling quick-xml v0.36.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling toml_edit v0.22.6 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-retry2 v0.5.6 [INFO] [stderr] Compiling bb8 v0.8.1 [INFO] [stderr] Compiling backon v1.2.0 [INFO] [stderr] Compiling jsonwebtoken v9.2.0 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling combine v4.6.6 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling toml v0.8.10 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling hyper v1.1.0 [INFO] [stderr] Compiling redis v0.27.5 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling reqsign v0.16.1 [INFO] [stderr] Compiling opendal v0.52.0 [INFO] [stderr] Compiling sccache v0.10.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] --> src/compiler/args.rs:398:9 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(PartialEq, Eq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 398 | fn(OsString) -> ArgParseResult, [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 `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "2ba80f122fc1bf917ef4025b39ed4d5bd6bb4ac8d385552542e9d7c7e1ef3003", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ba80f122fc1bf917ef4025b39ed4d5bd6bb4ac8d385552542e9d7c7e1ef3003", kill_on_drop: false }` [INFO] [stdout] 2ba80f122fc1bf917ef4025b39ed4d5bd6bb4ac8d385552542e9d7c7e1ef3003 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a87a19679846476d763c0b8ec5248d8a2b00eb113fdab5aec70a69377058c09 [INFO] running `Command { std: "docker" "start" "-a" "6a87a19679846476d763c0b8ec5248d8a2b00eb113fdab5aec70a69377058c09", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling serde_repr v0.1.18 [INFO] [stderr] Compiling urlparse v0.7.3 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling sdd v0.2.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling serial_test_derive v3.1.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling scc v2.1.0 [INFO] [stderr] Compiling temp-env v0.3.6 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling jsonwebtoken v9.2.0 [INFO] [stderr] Compiling serial_test v3.1.0 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Compiling reqsign v0.16.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling stringmatch v0.3.3 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling predicates v3.1.0 [INFO] [stderr] Compiling assert_cmd v2.0.13 [INFO] [stderr] Compiling opendal v0.52.0 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.23 [INFO] [stderr] Compiling thirtyfour v0.27.3 [INFO] [stderr] Compiling thirtyfour_sync v0.27.1 [INFO] [stderr] Compiling sccache v0.10.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] --> src/compiler/args.rs:398:9 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(PartialEq, Eq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 398 | fn(OsString) -> ArgParseResult, [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] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/compiler/args.rs:398:9 [INFO] [stdout] | [INFO] [stdout] 390 | #[derive(PartialEq, Eq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 398 | fn(OsString) -> ArgParseResult, [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] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "6a87a19679846476d763c0b8ec5248d8a2b00eb113fdab5aec70a69377058c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a87a19679846476d763c0b8ec5248d8a2b00eb113fdab5aec70a69377058c09", kill_on_drop: false }` [INFO] [stdout] 6a87a19679846476d763c0b8ec5248d8a2b00eb113fdab5aec70a69377058c09