[INFO] fetching crate executorch 0.7.4...
[INFO] testing executorch-0.7.4 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate executorch 0.7.4 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate executorch 0.7.4
[INFO] finished tweaking crates.io crate executorch 0.7.4
[INFO] tweaked toml for crates.io crate executorch 0.7.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate executorch 0.7.4 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate executorch 0.7.4 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded link-cplusplus v1.0.10
[INFO] [stderr]   Downloaded ctor-proc-macro v0.0.7
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.161
[INFO] [stderr]   Downloaded dtor v0.1.0
[INFO] [stderr]   Downloaded scratch v1.0.8
[INFO] [stderr]   Downloaded dtor-proc-macro v0.0.6
[INFO] [stderr]   Downloaded ctor v0.6.0
[INFO] [stderr]   Downloaded codespan-reporting v0.12.0
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.161
[INFO] [stderr]   Downloaded cc v1.2.30
[INFO] [stderr]   Downloaded cxx-build v1.0.161
[INFO] [stderr]   Downloaded cxxbridge-cmd v1.0.161
[INFO] [stderr]   Downloaded executorch-sys v0.7.3
[INFO] [stderr]   Downloaded cxx v1.0.161
[INFO] [stderr]   Downloaded bindgen v0.72.0
[INFO] [stderr]   Downloaded ndarray v0.17.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b72d17d54721b09ccaf55e2c874478dbbf47262166bef6d9819edad6bdac6e90
[INFO] running `Command { std: "docker" "start" "-a" "b72d17d54721b09ccaf55e2c874478dbbf47262166bef6d9819edad6bdac6e90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b72d17d54721b09ccaf55e2c874478dbbf47262166bef6d9819edad6bdac6e90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b72d17d54721b09ccaf55e2c874478dbbf47262166bef6d9819edad6bdac6e90", kill_on_drop: false }`
[INFO] [stdout] b72d17d54721b09ccaf55e2c874478dbbf47262166bef6d9819edad6bdac6e90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac3770d93abddad31356bacd9061c4f422bbcbece16e068ee8c93eb79740d40b
[INFO] running `Command { std: "docker" "start" "-a" "ac3770d93abddad31356bacd9061c4f422bbcbece16e068ee8c93eb79740d40b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling scratch v1.0.8
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling bindgen v0.72.0
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.161
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling executorch v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling codespan-reporting v0.12.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling ndarray v0.17.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling link-cplusplus v1.0.10
[INFO] [stderr]    Compiling cxx v1.0.161
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling cxx-build v1.0.161
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.161
[INFO] [stderr]    Compiling executorch-sys v0.7.3
[INFO] [stdout] error: could not find native static library `executorch`, perhaps an -L flag is missing?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: executorch-sys@0.7.3: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/executorch-sys-0.7.3/cpp/executorch_rs/c_bridge.cpp: In function 'bool executorch_register_pal(ExecutorchPalImpl)':
[INFO] [stderr] warning: executorch-sys@0.7.3: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/executorch-sys-0.7.3/cpp/executorch_rs/c_bridge.cpp:905:9: warning: cast between incompatible function types from 'executorch_tick_ratio (*)()' to 'pal_ticks_to_ns_multiplier_method' {aka 'et_tick_ratio_t (*)()'} [-Wcast-function-type]
[INFO] [stderr] warning: executorch-sys@0.7.3:   905 |         reinterpret_cast<pal_ticks_to_ns_multiplier_method>(impl.ticks_to_ns_multiplier),
[INFO] [stderr] warning: executorch-sys@0.7.3:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: executorch-sys@0.7.3: EXECUTORCH_RS_EXECUTORCH_LIB_DIR is not set, can't locate executorch static libs
[INFO] [stderr] error: could not compile `executorch-sys` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ac3770d93abddad31356bacd9061c4f422bbcbece16e068ee8c93eb79740d40b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac3770d93abddad31356bacd9061c4f422bbcbece16e068ee8c93eb79740d40b", kill_on_drop: false }`
[INFO] [stdout] ac3770d93abddad31356bacd9061c4f422bbcbece16e068ee8c93eb79740d40b
