[INFO] fetching crate recfile 0.5.0... [INFO] testing recfile-0.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_1 [INFO] extracting crate recfile 0.5.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate recfile 0.5.0 [INFO] finished tweaking crates.io crate recfile 0.5.0 [INFO] tweaked toml for crates.io crate recfile 0.5.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate recfile 0.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate recfile 0.5.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gskits v0.15.14 [INFO] [stderr] Downloaded io-uring v0.7.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b1b7418620882eacdfa5ea68c956f82840f4afe4b4b3aa9ed89a283934f373e [INFO] running `Command { std: "docker" "start" "-a" "2b1b7418620882eacdfa5ea68c956f82840f4afe4b4b3aa9ed89a283934f373e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b1b7418620882eacdfa5ea68c956f82840f4afe4b4b3aa9ed89a283934f373e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b1b7418620882eacdfa5ea68c956f82840f4afe4b4b3aa9ed89a283934f373e", kill_on_drop: false }` [INFO] [stdout] 2b1b7418620882eacdfa5ea68c956f82840f4afe4b4b3aa9ed89a283934f373e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] dd9e334e23013b7c7092903854f8ceb7c24c65c2aa7bd16009a19f312381c35e [INFO] running `Command { std: "docker" "start" "-a" "dd9e334e23013b7c7092903854f8ceb7c24c65c2aa7bd16009a19f312381c35e", kill_on_drop: false }` [INFO] [stderr] Compiling io-uring v0.7.7 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling recfile v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io/indexed_rw.rs:358:33 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn read_serialized_data(&self, data_meta: &DataMeta) -> anyhow::Result> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 358 | pub fn read_serialized_data(&self, data_meta: &DataMeta) -> anyhow::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "dd9e334e23013b7c7092903854f8ceb7c24c65c2aa7bd16009a19f312381c35e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd9e334e23013b7c7092903854f8ceb7c24c65c2aa7bd16009a19f312381c35e", kill_on_drop: false }` [INFO] [stdout] dd9e334e23013b7c7092903854f8ceb7c24c65c2aa7bd16009a19f312381c35e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] da1b45e287abe4b5bfd6c79fd09ad250fbeed80ab008f5afd093eee73c51f81b [INFO] running `Command { std: "docker" "start" "-a" "da1b45e287abe4b5bfd6c79fd09ad250fbeed80ab008f5afd093eee73c51f81b", kill_on_drop: false }` [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling cc v1.2.25 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling fs-utils v1.1.4 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling portable-atomic v1.11.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling wide v0.7.32 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling petgraph v0.8.1 [INFO] [stderr] Compiling ordered-float v5.0.0 [INFO] [stderr] Compiling itertools-num v0.1.3 [INFO] [stderr] Compiling linear-map v1.2.0 [INFO] [stderr] Compiling editdistancek v1.0.2 [INFO] [stderr] Compiling ndarray v0.16.1 [INFO] [stderr] Compiling triple_accel v0.4.0 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling io-uring v0.7.7 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling openssl-src v300.5.0+3.5.0 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling sysinfo v0.34.2 [INFO] [stderr] Compiling recfile v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io/indexed_rw.rs:358:33 [INFO] [stdout] | [INFO] [stdout] 358 | pub fn read_serialized_data(&self, data_meta: &DataMeta) -> anyhow::Result> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 358 | pub fn read_serialized_data(&self, data_meta: &DataMeta) -> anyhow::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling curl-sys v0.4.80+curl-8.12.1 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling derive-new v0.7.0 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling bio-types v1.0.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hts-sys v2.2.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Compiling statrs v0.18.0 [INFO] [stderr] Compiling bio v2.3.0 [INFO] [stderr] Compiling rust-htslib v0.49.0 [INFO] [stderr] error: could not compile `rust-htslib` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] could not execute process `/opt/rustwide/rustup-home/toolchains/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/bin/rustc --crate-name rust_htslib --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-htslib-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bzip2"' --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="lzma"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bzip2", "curl", "default", "gcs", "libdeflate", "lzma", "s3", "serde", "serde_bytes", "serde_feature", "static"))' -C metadata=79fec1e64577e6bc -C extra-filename=-bee46a9f5724d2df --out-dir /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps --target x86_64-unknown-linux-musl -L dependency=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bio_types=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libbio_types-85e5f853b32de5a3.rmeta --extern byteorder=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libbyteorder-1e24148c060ae1e7.rmeta --extern custom_derive=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libcustom_derive-d11a0801595e3fc6.rmeta --extern derive_new=/opt/rustwide/target/debug/deps/libderive_new-8c0f31375ddcd0dd.so --extern hts_sys=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libhts_sys-b2303d9db3943613.rmeta --extern ieee754=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libieee754-8632c207f9ca9a20.rmeta --extern lazy_static=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/liblazy_static-f3dc5c13b01a78ba.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/liblibc-a098b71d3e6ba581.rmeta --extern libz_sys=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/liblibz_sys-a06c0f9613e63a38.rmeta --extern linear_map=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/liblinear_map-3cadc16fd97c7847.rmeta --extern newtype_derive=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libnewtype_derive-64d491eef3108027.rmeta --extern regex=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libregex-4370d97c87129017.rmeta --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libthiserror-f7a41f11aec95f96.rmeta --extern url=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/liburl-adb0e081aa0f3c91.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/hts-sys-a38cf1d4be45d292/out -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/bzip2-sys-e8478127313cc328/out/lib -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/curl-sys-f6d0f7f207c40c45/out/build -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/libz-sys-818532cd08ef87d9/out/lib -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/libz-sys-818532cd08ef87d9/out/lib -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/openssl-sys-ed92e3409a10960c/out/openssl-build/install/lib -L native=/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/lzma-sys-314aec45f213cfeb/out` (never executed) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No such file or directory (os error 2) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "da1b45e287abe4b5bfd6c79fd09ad250fbeed80ab008f5afd093eee73c51f81b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da1b45e287abe4b5bfd6c79fd09ad250fbeed80ab008f5afd093eee73c51f81b", kill_on_drop: false }` [INFO] [stdout] da1b45e287abe4b5bfd6c79fd09ad250fbeed80ab008f5afd093eee73c51f81b