[INFO] cloning repository https://github.com/davidlattimore/wild
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidlattimore/wild" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fwild", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fwild'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a34a34f79bd817fc38c6a4583de485e48c2cce7e
[INFO] testing davidlattimore/wild against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidlattimore%2Fwild" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/davidlattimore/wild
[INFO] finished tweaking git repo https://github.com/davidlattimore/wild
[INFO] tweaked toml for git repo https://github.com/davidlattimore/wild written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/davidlattimore/wild on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/davidlattimore/wild 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a8374eb0cad14c4d3d1b765bb19d6e9a5104ddb8c4d16af55157466515b72f2d
[INFO] running `Command { std: "docker" "start" "-a" "a8374eb0cad14c4d3d1b765bb19d6e9a5104ddb8c4d16af55157466515b72f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8374eb0cad14c4d3d1b765bb19d6e9a5104ddb8c4d16af55157466515b72f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8374eb0cad14c4d3d1b765bb19d6e9a5104ddb8c4d16af55157466515b72f2d", kill_on_drop: false }`
[INFO] [stdout] a8374eb0cad14c4d3d1b765bb19d6e9a5104ddb8c4d16af55157466515b72f2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6439eeb81966c4e6853d2333d125685434c36954b97869781fcaa98b6721e99
[INFO] running `Command { std: "docker" "start" "-a" "d6439eeb81966c4e6853d2333d125685434c36954b97869781fcaa98b6721e99", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling object v0.38.1 (https://github.com/gimli-rs/object?rev=ae958b9f2c8a3a56fe19bb4b380144a32eebb770#ae958b9f)
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling symbolic-demangle v12.17.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling symbolic-common v12.17.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling gimli v0.33.0
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling linker-utils v0.8.0 (/opt/rustwide/workdir/linker-utils)
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling papergrid v0.17.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling perf-event-open-sys v4.0.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling testing_table v0.3.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling sharded-vec-writer v0.3.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling zlib-rs v0.6.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling linker-layout v0.8.0 (/opt/rustwide/workdir/linker-layout)
[INFO] [stderr]    Compiling linker-trace v0.8.0 (/opt/rustwide/workdir/linker-trace)
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling bumpalo-herd v0.1.2
[INFO] [stderr]    Compiling sharded-offset-map v0.2.0
[INFO] [stderr]    Compiling which v8.0.1
[INFO] [stderr]    Compiling perf-event v0.4.8
[INFO] [stderr]    Compiling tabled v0.20.0
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling iced-x86 v1.21.0
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling atomic-take v1.1.0
[INFO] [stderr]    Compiling sharded-vec-writer v0.4.0
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling colosseum v0.2.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling toml v1.0.4+spec-1.1.0
[INFO] [stderr]    Compiling perfetto-recorder v0.3.2
[INFO] [stderr]    Compiling wait4 v0.1.3
[INFO] [stderr]    Compiling benchmark-runner v0.1.0 (/opt/rustwide/workdir/benchmarks/runner)
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling libwild v0.8.0 (/opt/rustwide/workdir/libwild)
[INFO] [stderr]    Compiling linker-diff v0.8.0 (/opt/rustwide/workdir/linker-diff)
[INFO] [stderr]    Compiling wild-linker v0.8.0 (/opt/rustwide/workdir/wild)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s
[INFO] running `Command { std: "docker" "inspect" "d6439eeb81966c4e6853d2333d125685434c36954b97869781fcaa98b6721e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6439eeb81966c4e6853d2333d125685434c36954b97869781fcaa98b6721e99", kill_on_drop: false }`
[INFO] [stdout] d6439eeb81966c4e6853d2333d125685434c36954b97869781fcaa98b6721e99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae7ae9e6f2c0ee200068d1e84482e4563cecad4655ec0e2c8b556d26f2be152b
[INFO] running `Command { std: "docker" "start" "-a" "ae7ae9e6f2c0ee200068d1e84482e4563cecad4655ec0e2c8b556d26f2be152b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling ar v0.9.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling linker-utils v0.8.0 (/opt/rustwide/workdir/linker-utils)
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tabled v0.20.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling remain v0.2.15
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling serde-keyvalue v0.1.0
[INFO] [stderr]    Compiling os_info v3.14.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling linker-trace v0.8.0 (/opt/rustwide/workdir/linker-trace)
[INFO] [stderr]    Compiling linker-layout v0.8.0 (/opt/rustwide/workdir/linker-layout)
[INFO] [stderr]    Compiling benchmark-runner v0.1.0 (/opt/rustwide/workdir/benchmarks/runner)
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling linker-diff v0.8.0 (/opt/rustwide/workdir/linker-diff)
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling perfetto-recorder v0.3.2
[INFO] [stderr]    Compiling libwild v0.8.0 (/opt/rustwide/workdir/libwild)
[INFO] [stderr]    Compiling wild-linker v0.8.0 (/opt/rustwide/workdir/wild)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
[INFO] running `Command { std: "docker" "inspect" "ae7ae9e6f2c0ee200068d1e84482e4563cecad4655ec0e2c8b556d26f2be152b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae7ae9e6f2c0ee200068d1e84482e4563cecad4655ec0e2c8b556d26f2be152b", kill_on_drop: false }`
[INFO] [stdout] ae7ae9e6f2c0ee200068d1e84482e4563cecad4655ec0e2c8b556d26f2be152b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2f60c199b3a947370fa1252da7af9ec6e1d923a0258784abcec99086b45c365
[INFO] running `Command { std: "docker" "start" "-a" "c2f60c199b3a947370fa1252da7af9ec6e1d923a0258784abcec99086b45c365", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/benchmark_runner-b84889f07d1762b9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_version_comparison ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libwild-b648ccf314e9d9e1)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test alignment::test_align_down ... ok
[INFO] [stdout] test archive::tests::test_ar_consistency ... ok
[INFO] [stdout] test args::tests::test_ignored_flags ... ok
[INFO] [stdout] test args::tests::test_parse_inline_only_options ... ok
[INFO] [stdout] test alignment::test_align_modulo ... ok
[INFO] [stdout] test alignment::test_align_up ... ok
[INFO] [stdout] test args::tests::test_arguments_from_string ... ok
[INFO] [stdout] test elf_x86_64::test_relaxation ... ok
[INFO] [stdout] test export_list::tests::parse_multiline_with_comments ... ok
[INFO] [stdout] test layout_rules::test_section_mapping ... ok
[INFO] [stdout] test linker_script::tests::test_assert_command ... ok
[INFO] [stdout] test layout::test_no_disallowed_overlaps ... ok
[INFO] [stdout] test args::tests::test_parse_mixed_file_and_inline_options ... ok
[INFO] [stdout] test linker_script::tests::test_assert_with_complex_expression ... ok
[INFO] [stdout] test linker_script::tests::test_assert_in_sections ... ok
[INFO] [stdout] test linker_script::tests::test_basic_linker_script ... ok
[INFO] [stdout] test linker_script::tests::test_assert_with_min_function_comma_handling ... ok
[INFO] [stdout] test linker_script::tests::test_expression_operator_precedence ... ok
[INFO] [stdout] test linker_script::tests::test_inputs_from_script ... ok
[INFO] [stdout] test args::tests::test_parse_file_only_options ... ok
[INFO] [stdout] test linker_script::tests::test_keep_with_filename ... ok
[INFO] [stdout] test linker_script::tests::test_section_command ... ok
[INFO] [stdout] test linker_script::tests::test_section_command_with_filename ... ok
[INFO] [stdout] test linker_script::tests::test_sysroot_application ... ok
[INFO] [stdout] test linker_script::tests::test_version_command ... ok
[INFO] [stdout] test args::tests::test_parse_recursive_file_option ... ok
[INFO] [stdout] test linker_script::tests::test_test_inputs_from_script ... ok
[INFO] [stdout] test args::tests::test_parse_overlapping_file_and_inline_options ... ok
[INFO] [stdout] test linker_script::tests::test_version_command_with_nested_braces ... ok
[INFO] [stdout] test linker_script::tests::test_section_command_with_glob_filename ... ok
[INFO] [stdout] test linker_script::tests::test_version_command_with_other_commands ... ok
[INFO] [stdout] test output_section_part_map::test_merge ... ok
[INFO] [stdout] test linker_script::tests::test_version_script_parsing_from_version_command ... ok
[INFO] [stdout] test output_section_part_map::test_mut_with_map ... ok
[INFO] [stdout] test output_section_part_map::test_output_order_map_consistent ... ok
[INFO] [stdout] test output_section_part_map::test_output_order_map ... ok
[INFO] [stdout] test output_section_part_map::test_merge_parts ... ok
[INFO] [stdout] test output_section_part_map::test_merge_with_custom_sections ... ok
[INFO] [stdout] test output_section_part_map::test_max_alignment ... ok
[INFO] [stdout] test part_id::tests::test_conversion_consistency ... ok
[INFO] [stdout] test export_list::tests::externs ... ok
[INFO] [stdout] test export_list::tests::parse_inline ... ok
[INFO] [stdout] test resolution::section_slot_is_copy ... ok
[INFO] [stdout] test save_dir::tests::make_relative_path_works ... ok
[INFO] [stdout] test version_script::tests::extern_without_semicolon_version_script ... ok
[INFO] [stdout] test version_script::tests::parse_rust_version_script ... ok
[INFO] [stdout] test version_script::tests::test_escape_sequences ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linker_diff-96eb154eddc69b83)
[INFO] [stderr]      Running unittests src/bin/linker-diff.rs (/opt/rustwide/target/debug/deps/linker_diff-6292bd2dae7f8f60)
[INFO] [stdout] test version_script::tests::single_line_version_script ... ok
[INFO] [stdout] test version_script::tests::test_negation ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linker_layout-658c264a4f0137d5)
[INFO] [stdout] test version_script::tests::test_parse_simple_version_script ... ok
[INFO] [stdout] test version_script::tests::test_parse_version_script ... ok
[INFO] [stdout] test version_script::tests::invalid_version_scripts ... ok
[INFO] [stdout] test version_script::tests::test_version_order ... ok
[INFO] [stdout] test version_script::tests::extern_c_version_script ... ok
[INFO] [stdout] test version_script::tests::extern_cxx_version_script ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test utils::test_align_up ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linker_trace-4d7954ac578fbc79)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linker_utils-425a31b2dc42aa7e)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test bit_misc::tests::test_bit_operations ... ok
[INFO] [stdout] test bit_misc::tests::test_sign_extend ... ok
[INFO] [stdout] test elf::tests::test_range_from_byte_size ... ok
[INFO] [stdout] test elf::tests::test_rel_type_to_string ... ok
[INFO] [stdout] test riscv64::test_riscv_insn_immediate_mask ... ok
[INFO] [stdout] test riscv64::test_riscv_insn_rvcimmediate_mask ... ok
[INFO] [stdout] test bit_misc::tests::test_extract_bits_too_large - should panic ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wild-805ba60ac6fc7c7f)
[INFO] [stdout] test bit_misc::tests::test_extract_bits_wrong_range - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[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] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-f92ef2bdd1942a7e)
[INFO] [stdout] 
[INFO] [stdout] running 120 tests
[INFO] [stdout] test integration_test::program_name_002___trivial_main_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_003___trivial_dynamic_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_004___link_args_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_001___trivial_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_005___global_definitions_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_007___data_pointers_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_006___data_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_009___weak_vars_archive_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_010___weak_fns_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_012___init_test_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_014___init_order_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_013___ifunc_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_015___internal_syms_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_017___tlsdesc_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_019___weak_entry_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_008___weak_vars_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_016___tls_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_011___weak_fns_archive_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_022___custom_section_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_020___no_start_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_018___tls_variant_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_021___old_init_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_024___got_ref_to_local_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_025___local_symbol_refs_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_026___archive_activation_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_027___relocation_in_non_alloc_section_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_029___exclude_libs_single_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_023___stack_alignment_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_031___exclude_section_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_028___exclude_libs_all_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_030___exclude_libs_selective_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_032___common_section_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_033___string_merging_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_035___string_merge_missing_null_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_036___comments_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_038___executable_start_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_040___eh_frame_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_037___custom_note_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_045___non_alloc_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_034___non_string_merging_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_042___symbol_binding_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_039___backtrace_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_043___hidden_ref_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_044___trivial_asm_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_041___symbol_priority_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_046___gnu_unique_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_047___symbol_versions_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_049___mixed_verdef_verneed_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_052___force_undefined_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_051___relocation_overflow_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_048___simple_version_script_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_050___copy_relocations_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_055___linker_script_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_053___wrap_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_057___linker_script_provide_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_056___linker_script_executable_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_054___shlib_archive_activation_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_062___rust_integration_dynamic_rs__ ... FAILED
[INFO] [stdout] test integration_test::program_name_063___tls_custom_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_064___cpp_integration_cc__ ... FAILED
[INFO] [stdout] test integration_test::program_name_058___linker_defined_provide_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_059___libc_ifunc_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_060___libc_integration_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_061___rust_integration_rs__ ... FAILED
[INFO] [stdout] test integration_test::program_name_065___rust_tls_rs__ ... FAILED
[INFO] [stdout] test integration_test::program_name_066___basic_comdat_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_067___input_does_not_exist_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_068___ifunc2_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_069___ctors_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_070___visibility_merging_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_071___tls_local_exec_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_072___tls_local_dynamic_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_073___undefined_symbols_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_074___shlib_undefined_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_078___shared_priority_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_079___shared_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_081___linker_plugin_lto_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_082___lto_no_plugin_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_076___entry_arg_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_075___whole_archive_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_077___dynamic_bss_only_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_080___duplicate_strong_symbols_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_083___lto_integration_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_087___export_dynamic_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_084___preinit_array_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_086___z_defs_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_088___unresolved_symbols_object_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_091___symbol_version_symver_error_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_089___unresolved_symbols_shared_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_092___symver_shared_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_085___exception_cc__ ... FAILED
[INFO] [stdout] test integration_test::program_name_095___alignment_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_090___symbol_version_symver_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_094___entry_in_shared_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_096___hash_style_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_098___linker_script_defsym_notfound_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_097___defsym_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_093___output_kind_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_104___ifunc_alias_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_100___section_start_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_102___call_via_defsym_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_099___tls_common_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_105___ifunc_address_equality_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_106___ifunc_export_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_101___max_page_size_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_103___wrap_real_only_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_107___stack_size_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_108___undefined_weak_sym_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_109___auxiliary_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_112___riscv_call_relaxation_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_111___riscv_attr_conflict_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_113___riscv_cross_object_call_relaxation_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_114___riscv_hi20_relaxation_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_115___riscv_hi20_lui_deletion_s__ ... FAILED
[INFO] [stdout] test integration_test::program_name_116___segment_end_syms_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_117___linker_script_filename_match_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_110___new_dtags_c__ ... FAILED
[INFO] [stdout] test integration_test::program_name_118___tls_apx_relocs_s__ ... FAILED
[INFO] [stdout] test tidy::check_text_files ... ok
[INFO] [stderr] error: test failed, to rerun pass `-p wild-linker --test integration_tests`
[INFO] [stdout] test tidy::check_sources_format ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_002___trivial_main_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/trivial-main.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_003___trivial_dynamic_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/trivial-dynamic.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_004___link_args_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/link_args.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_001___trivial_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/trivial.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_005___global_definitions_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/global_definitions.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_007___data_pointers_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/data-pointers.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_006___data_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/data.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_009___weak_vars_archive_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/weak-vars-archive.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_010___weak_fns_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/weak-fns.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_012___init_test_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/init_test.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_014___init_order_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/init-order.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_013___ifunc_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ifunc.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_015___internal_syms_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/internal-syms.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_017___tlsdesc_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tlsdesc.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_019___weak_entry_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/weak-entry.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_008___weak_vars_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/weak-vars.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_016___tls_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_011___weak_fns_archive_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/weak-fns-archive.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_022___custom_section_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/custom_section.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_020___no_start_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/no_start.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_018___tls_variant_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-variant.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_021___old_init_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/old_init.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_024___got_ref_to_local_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/got_ref_to_local.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_025___local_symbol_refs_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/local_symbol_refs.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_026___archive_activation_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/archive_activation.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_027___relocation_in_non_alloc_section_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/relocation-in-non-alloc-section.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_029___exclude_libs_single_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/exclude-libs-single.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_023___stack_alignment_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/stack_alignment.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_031___exclude_section_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/exclude-section.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_028___exclude_libs_all_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/exclude-libs-all.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_030___exclude_libs_selective_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/exclude-libs-selective.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_032___common_section_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/common_section.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_033___string_merging_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/string_merging.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_035___string_merge_missing_null_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/string-merge-missing-null.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_036___comments_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/comments.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_038___executable_start_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/executable_start.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_040___eh_frame_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/eh_frame.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_037___custom_note_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/custom-note.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_045___non_alloc_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/non-alloc.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_034___non_string_merging_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/non_string_merging.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_042___symbol_binding_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symbol-binding.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_039___backtrace_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/backtrace.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_043___hidden_ref_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/hidden-ref.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_044___trivial_asm_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/trivial_asm.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_041___symbol_priority_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symbol-priority.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_046___gnu_unique_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/gnu-unique.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_047___symbol_versions_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symbol-versions.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_049___mixed_verdef_verneed_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/mixed-verdef-verneed.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_052___force_undefined_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/force-undefined.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_051___relocation_overflow_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/relocation-overflow.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_048___simple_version_script_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/simple-version-script.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_050___copy_relocations_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/copy-relocations.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_055___linker_script_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-script.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_053___wrap_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/wrap.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_057___linker_script_provide_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-script-provide.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_056___linker_script_executable_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-script-executable.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_054___shlib_archive_activation_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/shlib-archive-activation.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_062___rust_integration_dynamic_rs__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/rust-integration-dynamic.rs`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_063___tls_custom_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-custom.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_064___cpp_integration_cc__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/cpp-integration.cc`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_058___linker_defined_provide_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-defined-provide.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_059___libc_ifunc_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/libc-ifunc.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_060___libc_integration_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/libc-integration.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_061___rust_integration_rs__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/rust-integration.rs`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_065___rust_tls_rs__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/rust-tls.rs`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_066___basic_comdat_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/basic-comdat.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_067___input_does_not_exist_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/input_does_not_exist.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_068___ifunc2_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ifunc2.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_069___ctors_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ctors.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_070___visibility_merging_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/visibility-merging.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_071___tls_local_exec_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-local-exec.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_072___tls_local_dynamic_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-local-dynamic.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_073___undefined_symbols_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/undefined_symbols.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_074___shlib_undefined_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/shlib-undefined.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_078___shared_priority_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/shared-priority.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_079___shared_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/shared.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_081___linker_plugin_lto_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-plugin-lto.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_082___lto_no_plugin_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/lto-no-plugin.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_076___entry_arg_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/entry_arg.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_075___whole_archive_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/whole_archive.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_077___dynamic_bss_only_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/dynamic-bss-only.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_080___duplicate_strong_symbols_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/duplicate_strong_symbols.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_083___lto_integration_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/lto-integration.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_087___export_dynamic_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/export-dynamic.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_084___preinit_array_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/preinit-array.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_086___z_defs_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/z-defs.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_088___unresolved_symbols_object_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/unresolved-symbols-object.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_091___symbol_version_symver_error_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symbol-version-symver-error.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_089___unresolved_symbols_shared_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/unresolved-symbols-shared.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_092___symver_shared_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symver-shared.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_085___exception_cc__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/exception.cc`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_095___alignment_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/alignment.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_090___symbol_version_symver_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/symbol-version-symver.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_094___entry_in_shared_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/entry-in-shared.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_096___hash_style_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/hash-style.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_098___linker_script_defsym_notfound_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-script-defsym-notfound.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_097___defsym_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/defsym.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_093___output_kind_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/output-kind.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_104___ifunc_alias_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ifunc-alias.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_100___section_start_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/section-start.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_102___call_via_defsym_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/call-via-defsym.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_099___tls_common_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-common.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_105___ifunc_address_equality_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ifunc-address-equality.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_106___ifunc_export_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/ifunc-export.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_101___max_page_size_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/max-page-size.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_103___wrap_real_only_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/wrap-real-only.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_107___stack_size_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/stack-size.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_108___undefined_weak_sym_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/undefined-weak-sym.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_109___auxiliary_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/auxiliary.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_112___riscv_call_relaxation_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/riscv-call-relaxation.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_111___riscv_attr_conflict_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/riscv-attr-conflict.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_113___riscv_cross_object_call_relaxation_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/riscv-cross-object-call-relaxation.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_114___riscv_hi20_relaxation_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/riscv-hi20-relaxation.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_115___riscv_hi20_lui_deletion_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/riscv-hi20-lui-deletion.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_116___segment_end_syms_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/segment-end-syms.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_117___linker_script_filename_match_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/linker-script-filename-match.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_110___new_dtags_c__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/new-dtags.c`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- integration_test::program_name_118___tls_apx_relocs_s__ stdout ----
[INFO] [stdout] Error: Failed to create directory `/opt/rustwide/workdir/wild/tests/build/tls-apx-relocs.s`
[INFO] [stdout]   Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- tidy::check_sources_format stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tidy::check_sources_format' (210) panicked at wild/tests/integration_tests.rs:3877:14:
[INFO] [stdout] Failed to spawn `clang-format`, is it installed?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6302baba227a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6302baba227a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6302baba227a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6302baba227a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6302babbc6da - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6302babbc6da - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x6302baba8eb2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6302baba8eb2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6302bab7b04f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6302bab7b04f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6302bab97b79 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6302b9dd9d7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6302b9dd9d7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6302bab97df2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x6302bab97df2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6302bab7b108 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6302bab721b9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6302bab7c15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6302babbd06c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6302babbcdb2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6302b9bcf2ec - core::result::Result<T,E>::expect::hf7de9b46b131a29a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6302b99d1749 - integration_tests::tidy::check_sources_format::hac30bf6a48995e3f
[INFO] [stdout]                                at /opt/rustwide/workdir/wild/tests/integration_tests.rs:3877:14
[INFO] [stdout]   22:     0x6302b99d21c7 - integration_tests::tidy::check_sources_format::{{closure}}::hdc4ee0b5cd9da054
[INFO] [stdout]                                at /opt/rustwide/workdir/wild/tests/integration_tests.rs:3847:30
[INFO] [stdout]   23:     0x6302b99afdd6 - core::ops::function::FnOnce::call_once::h0ed04825e5de939f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6302b9dcde5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6302b9dcde5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x6302b9dda84b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x6302b9dda84b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x6302b9dda84b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6302b9dda84b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6302b9dda84b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6302b9dda84b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x6302b9dda84b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x6302b9dd5f64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x6302b9dd5f64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6302b9ddd452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x6302b9ddd452 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x6302b9ddd452 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6302b9ddd452 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6302b9ddd452 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6302b9ddd452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x6302b9ddd452 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6302baba11ff - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x6302baba11ff - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7a5f3a5deaa4 - <unknown>
[INFO] [stdout]   45:     0x7a5f3a66ba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration_test::program_name_001___trivial_c__
[INFO] [stdout]     integration_test::program_name_002___trivial_main_c__
[INFO] [stdout]     integration_test::program_name_003___trivial_dynamic_c__
[INFO] [stdout]     integration_test::program_name_004___link_args_c__
[INFO] [stdout]     integration_test::program_name_005___global_definitions_c__
[INFO] [stdout]     integration_test::program_name_006___data_c__
[INFO] [stdout]     integration_test::program_name_007___data_pointers_c__
[INFO] [stdout]     integration_test::program_name_008___weak_vars_c__
[INFO] [stdout]     integration_test::program_name_009___weak_vars_archive_c__
[INFO] [stdout]     integration_test::program_name_010___weak_fns_c__
[INFO] [stdout]     integration_test::program_name_011___weak_fns_archive_c__
[INFO] [stdout]     integration_test::program_name_012___init_test_c__
[INFO] [stdout]     integration_test::program_name_013___ifunc_c__
[INFO] [stdout]     integration_test::program_name_014___init_order_c__
[INFO] [stdout]     integration_test::program_name_015___internal_syms_c__
[INFO] [stdout]     integration_test::program_name_016___tls_c__
[INFO] [stdout]     integration_test::program_name_017___tlsdesc_c__
[INFO] [stdout]     integration_test::program_name_018___tls_variant_c__
[INFO] [stdout]     integration_test::program_name_019___weak_entry_c__
[INFO] [stdout]     integration_test::program_name_020___no_start_c__
[INFO] [stdout]     integration_test::program_name_021___old_init_c__
[INFO] [stdout]     integration_test::program_name_022___custom_section_c__
[INFO] [stdout]     integration_test::program_name_023___stack_alignment_s__
[INFO] [stdout]     integration_test::program_name_024___got_ref_to_local_c__
[INFO] [stdout]     integration_test::program_name_025___local_symbol_refs_s__
[INFO] [stdout]     integration_test::program_name_026___archive_activation_c__
[INFO] [stdout]     integration_test::program_name_027___relocation_in_non_alloc_section_s__
[INFO] [stdout]     integration_test::program_name_028___exclude_libs_all_c__
[INFO] [stdout]     integration_test::program_name_029___exclude_libs_single_c__
[INFO] [stdout]     integration_test::program_name_030___exclude_libs_selective_c__
[INFO] [stdout]     integration_test::program_name_031___exclude_section_s__
[INFO] [stdout]     integration_test::program_name_032___common_section_c__
[INFO] [stdout]     integration_test::program_name_033___string_merging_c__
[INFO] [stdout]     integration_test::program_name_034___non_string_merging_c__
[INFO] [stdout]     integration_test::program_name_035___string_merge_missing_null_c__
[INFO] [stdout]     integration_test::program_name_036___comments_c__
[INFO] [stdout]     integration_test::program_name_037___custom_note_s__
[INFO] [stdout]     integration_test::program_name_038___executable_start_c__
[INFO] [stdout]     integration_test::program_name_039___backtrace_c__
[INFO] [stdout]     integration_test::program_name_040___eh_frame_c__
[INFO] [stdout]     integration_test::program_name_041___symbol_priority_c__
[INFO] [stdout]     integration_test::program_name_042___symbol_binding_c__
[INFO] [stdout]     integration_test::program_name_043___hidden_ref_c__
[INFO] [stdout]     integration_test::program_name_044___trivial_asm_s__
[INFO] [stdout]     integration_test::program_name_045___non_alloc_s__
[INFO] [stdout]     integration_test::program_name_046___gnu_unique_c__
[INFO] [stdout]     integration_test::program_name_047___symbol_versions_c__
[INFO] [stdout]     integration_test::program_name_048___simple_version_script_c__
[INFO] [stdout]     integration_test::program_name_049___mixed_verdef_verneed_c__
[INFO] [stdout]     integration_test::program_name_050___copy_relocations_c__
[INFO] [stdout]     integration_test::program_name_051___relocation_overflow_c__
[INFO] [stdout]     integration_test::program_name_052___force_undefined_c__
[INFO] [stdout]     integration_test::program_name_053___wrap_c__
[INFO] [stdout]     integration_test::program_name_054___shlib_archive_activation_c__
[INFO] [stdout]     integration_test::program_name_055___linker_script_c__
[INFO] [stdout]     integration_test::program_name_056___linker_script_executable_c__
[INFO] [stdout]     integration_test::program_name_057___linker_script_provide_c__
[INFO] [stdout]     integration_test::program_name_058___linker_defined_provide_c__
[INFO] [stdout]     integration_test::program_name_059___libc_ifunc_c__
[INFO] [stdout]     integration_test::program_name_060___libc_integration_c__
[INFO] [stdout]     integration_test::program_name_061___rust_integration_rs__
[INFO] [stdout]     integration_test::program_name_062___rust_integration_dynamic_rs__
[INFO] [stdout]     integration_test::program_name_063___tls_custom_c__
[INFO] [stdout]     integration_test::program_name_064___cpp_integration_cc__
[INFO] [stdout]     integration_test::program_name_065___rust_tls_rs__
[INFO] [stdout]     integration_test::program_name_066___basic_comdat_s__
[INFO] [stdout]     integration_test::program_name_067___input_does_not_exist_c__
[INFO] [stdout]     integration_test::program_name_068___ifunc2_c__
[INFO] [stdout]     integration_test::program_name_069___ctors_c__
[INFO] [stdout]     integration_test::program_name_070___visibility_merging_c__
[INFO] [stdout]     integration_test::program_name_071___tls_local_exec_c__
[INFO] [stdout]     integration_test::program_name_072___tls_local_dynamic_c__
[INFO] [stdout]     integration_test::program_name_073___undefined_symbols_c__
[INFO] [stdout]     integration_test::program_name_074___shlib_undefined_c__
[INFO] [stdout]     integration_test::program_name_075___whole_archive_c__
[INFO] [stdout]     integration_test::program_name_076___entry_arg_c__
[INFO] [stdout]     integration_test::program_name_077___dynamic_bss_only_c__
[INFO] [stdout]     integration_test::program_name_078___shared_priority_c__
[INFO] [stdout]     integration_test::program_name_079___shared_c__
[INFO] [stdout]     integration_test::program_name_080___duplicate_strong_symbols_c__
[INFO] [stdout]     integration_test::program_name_081___linker_plugin_lto_c__
[INFO] [stdout]     integration_test::program_name_082___lto_no_plugin_c__
[INFO] [stdout]     integration_test::program_name_083___lto_integration_c__
[INFO] [stdout]     integration_test::program_name_084___preinit_array_c__
[INFO] [stdout]     integration_test::program_name_085___exception_cc__
[INFO] [stdout]     integration_test::program_name_086___z_defs_c__
[INFO] [stdout]     integration_test::program_name_087___export_dynamic_c__
[INFO] [stdout]     integration_test::program_name_088___unresolved_symbols_object_c__
[INFO] [stdout]     integration_test::program_name_089___unresolved_symbols_shared_c__
[INFO] [stdout]     integration_test::program_name_090___symbol_version_symver_c__
[INFO] [stdout]     integration_test::program_name_091___symbol_version_symver_error_c__
[INFO] [stdout]     integration_test::program_name_092___symver_shared_c__
[INFO] [stdout]     integration_test::program_name_093___output_kind_c__
[INFO] [stdout]     integration_test::program_name_094___entry_in_shared_c__
[INFO] [stdout]     integration_test::program_name_095___alignment_c__
[INFO] [stdout]     integration_test::program_name_096___hash_style_c__
[INFO] [stdout]     integration_test::program_name_097___defsym_c__
[INFO] [stdout]     integration_test::program_name_098___linker_script_defsym_notfound_c__
[INFO] [stdout]     integration_test::program_name_099___tls_common_c__
[INFO] [stdout]     integration_test::program_name_100___section_start_c__
[INFO] [stdout]     integration_test::program_name_101___max_page_size_c__
[INFO] [stdout]     integration_test::program_name_102___call_via_defsym_c__
[INFO] [stdout]     integration_test::program_name_103___wrap_real_only_c__
[INFO] [stdout]     integration_test::program_name_104___ifunc_alias_c__
[INFO] [stdout]     integration_test::program_name_105___ifunc_address_equality_c__
[INFO] [stdout]     integration_test::program_name_106___ifunc_export_c__
[INFO] [stdout]     integration_test::program_name_107___stack_size_c__
[INFO] [stdout]     integration_test::program_name_108___undefined_weak_sym_c__
[INFO] [stdout]     integration_test::program_name_109___auxiliary_c__
[INFO] [stdout]     integration_test::program_name_110___new_dtags_c__
[INFO] [stdout]     integration_test::program_name_111___riscv_attr_conflict_s__
[INFO] [stdout]     integration_test::program_name_112___riscv_call_relaxation_s__
[INFO] [stdout]     integration_test::program_name_113___riscv_cross_object_call_relaxation_s__
[INFO] [stdout]     integration_test::program_name_114___riscv_hi20_relaxation_s__
[INFO] [stdout]     integration_test::program_name_115___riscv_hi20_lui_deletion_s__
[INFO] [stdout]     integration_test::program_name_116___segment_end_syms_c__
[INFO] [stdout]     integration_test::program_name_117___linker_script_filename_match_c__
[INFO] [stdout]     integration_test::program_name_118___tls_apx_relocs_s__
[INFO] [stdout]     tidy::check_sources_format
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 119 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c2f60c199b3a947370fa1252da7af9ec6e1d923a0258784abcec99086b45c365", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2f60c199b3a947370fa1252da7af9ec6e1d923a0258784abcec99086b45c365", kill_on_drop: false }`
[INFO] [stdout] c2f60c199b3a947370fa1252da7af9ec6e1d923a0258784abcec99086b45c365
