[INFO] cloning repository https://github.com/5aitama/drone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/5aitama/drone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F5aitama%2Fdrone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F5aitama%2Fdrone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6057493463036ce59f33285f09587185c873c82b
[INFO] testing 5aitama/drone against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F5aitama%2Fdrone" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/5aitama/drone
[INFO] finished tweaking git repo https://github.com/5aitama/drone
[INFO] tweaked toml for git repo https://github.com/5aitama/drone written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/5aitama/drone on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/5aitama/drone 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 08399274b78cabe918ea8745be66955473853ab5740ef6d9719c838a528d83c3
[INFO] running `Command { std: "docker" "start" "-a" "08399274b78cabe918ea8745be66955473853ab5740ef6d9719c838a528d83c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08399274b78cabe918ea8745be66955473853ab5740ef6d9719c838a528d83c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08399274b78cabe918ea8745be66955473853ab5740ef6d9719c838a528d83c3", kill_on_drop: false }`
[INFO] [stdout] 08399274b78cabe918ea8745be66955473853ab5740ef6d9719c838a528d83c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4bc05a05d3a96a49d6f724213915ec23059ec3898f153907bcaf25f4ac666bf0
[INFO] running `Command { std: "docker" "start" "-a" "4bc05a05d3a96a49d6f724213915ec23059ec3898f153907bcaf25f4ac666bf0", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling defmt v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling defmt-macros v1.0.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling esp-metadata-generated v0.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]    Compiling evalexpr v12.0.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling embassy-time-driver v0.2.0
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling embassy-sync v0.6.2
[INFO] [stderr]    Compiling esp-rom-sys v0.1.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling embedded-storage v0.3.1
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling esp32s3 v0.33.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling esp-synopsys-usb-otg v0.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling embassy-sync v0.7.0
[INFO] [stderr]    Compiling ufmt-write v0.1.0
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling esp-config v0.5.0
[INFO] [stderr]    Compiling embedded-storage-async v0.4.1
[INFO] [stderr]    Compiling embassy-usb-driver v0.1.0
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling smoltcp v0.12.0
[INFO] [stderr]    Compiling xtensa-lx-rt v0.20.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling embassy-time-queue-utils v0.1.0
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]    Compiling ral-registers v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling embassy-executor v0.7.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling esp-wifi-sys v0.7.1
[INFO] [stderr]    Compiling embedded-can v0.4.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling managed v0.8.0
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling static_cell v2.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling embedded-nal v0.9.0
[INFO] [stderr]    Compiling xtensa-lx v0.12.0
[INFO] [stderr]    Compiling trouble-host v0.2.4
[INFO] [stderr]    Compiling r0 v1.0.0
[INFO] [stderr]    Compiling allocator-api2 v0.3.0
[INFO] [stderr]    Compiling linked_list_allocator v0.10.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling drone-os v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling bitfield-macros v0.19.1
[INFO] [stderr]    Compiling delegate v0.13.3
[INFO] [stderr]    Compiling xtensa-lx-rt-proc-macros v0.4.0
[INFO] [stderr]    Compiling portable_atomic_enum_macros v0.2.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling portable_atomic_enum v0.3.1
[INFO] [stderr]    Compiling maybe-async-cfg v0.2.5
[INFO] [stderr] error: <inline asm>:212:22: unknown token in expression
[INFO] [stderr]     s32i    a2,  sp, +XT_STK_A2
[INFO] [stderr]                      ^
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `xtensa-lx-rt` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9f93af291970322f4f1c6315ccde4d7078201159/bin/rustc --crate-name xtensa_lx_rt --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xtensa-lx-rt-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="float-save-restore"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("float-save-restore"))' -C metadata=cff8de3d70c5bd72 -C extra-filename=-43103839747673e0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern document_features=/opt/rustwide/target/debug/deps/libdocument_features-4df7fd3550fe4693.so --extern r0=/opt/rustwide/target/debug/deps/libr0-9f8018414beb2eb7.rmeta --extern xtensa_lx=/opt/rustwide/target/debug/deps/libxtensa_lx-ac6453ac1d0a97a3.rmeta --extern macros=/opt/rustwide/target/debug/deps/libxtensa_lx_rt_proc_macros-237192960c3a82c6.so --cap-lints allow --cap-lints=forbid -L /opt/rustwide/target/debug/build/xtensa-lx-rt-14cf0e31bf88acad/out --cfg XCHAL_HAVE_THREADPTR --cfg XCHAL_HAVE_MUL32_HIGH --cfg XCHAL_HAVE_TRAX --cfg XCHAL_HAVE_MUL16 --cfg XCHAL_HAVE_FULL_RESET --cfg XCHAL_HAVE_DEBUG_EXTERN_INT --cfg XCHAL_HAVE_EXTERN_REGS --cfg XCHAL_HAVE_FP_RSQRT --cfg XCHAL_HAVE_DFP_accel --cfg XCHAL_HAVE_EXCEPTIONS --cfg XCHAL_HAVE_VECBASE --cfg XCHAL_HAVE_NMI --cfg XCHAL_HAVE_DEBUG --cfg XCHAL_HAVE_ABS --cfg XCHAL_HAVE_RELEASE_SYNC --cfg XCHAL_HAVE_DIV32 --cfg XCHAL_HAVE_FP --cfg XCHAL_HAVE_LOOPS --cfg XCHAL_HAVE_DEBUG_ERI --cfg XCHAL_HAVE_OCD_LS32DDR --cfg XCHAL_HAVE_CLAMPS --cfg XCHAL_HAVE_IDENTITY_MAP --cfg XCHAL_HAVE_DENSITY --cfg XCHAL_HAVE_L32R --cfg XCHAL_HAVE_NSA --cfg XCHAL_HAVE_MIMIC_CACHEATTR --cfg XCHAL_HAVE_BOOLEANS --cfg XCHAL_HAVE_CCOUNT --cfg XCHAL_HAVE_SEXT --cfg XCHAL_HAVE_DFPU_SINGLE_ONLY --cfg XCHAL_HAVE_FP_DIV --cfg XCHAL_HAVE_FP_SQRT --cfg XCHAL_HAVE_IMEM_LOADSTORE --cfg XCHAL_HAVE_TLBS --cfg XCHAL_HAVE_ADDX --cfg XCHAL_HAVE_VECTOR_SELECT --cfg XCHAL_HAVE_INTERRUPTS --cfg XCHAL_HAVE_FP_RECIP --cfg XCHAL_HAVE_MUL32 --cfg XCHAL_HAVE_PIF --cfg XCHAL_HAVE_MINMAX --cfg XCHAL_HAVE_DFP_ACCEL --cfg XCHAL_HAVE_S32C1I --cfg XCHAL_HAVE_CALL4AND12 --cfg XCHAL_HAVE_WINDOWED --cfg XCHAL_HAVE_XEA2 --cfg XCHAL_HAVE_CP --cfg XCHAL_HAVE_DEBUG_JTAG --cfg XCHAL_HAVE_OCD --cfg XCHAL_HAVE_MAC16 --cfg XCHAL_HAVE_SPANNING_WAY --cfg XCHAL_HAVE_PRID --cfg XCHAL_HAVE_HIGHPRI_INTERRUPTS --cfg XCHAL_HAVE_DEBUG_APB --cfg XCHAL_HAVE_NMI_VECTOR_PADDR --cfg XCHAL_HAVE_TIMER0 --cfg XCHAL_HAVE_TIMER2 --cfg XCHAL_HAVE_TIMER1 --cfg XCHAL_HAVE_NMILEVEL --cfg XCHAL_HAVE_NMI_VECTOR_VADDR --cfg XCHAL_HAVE_PROFILING --cfg XCHAL_HAVE_NMI_VECOFS --cfg XCHAL_HAVE_NMI --cfg XCHAL_HAVE_SOFTWARE0 --cfg XCHAL_HAVE_SOFTWARE1` (exit status: 1)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4bc05a05d3a96a49d6f724213915ec23059ec3898f153907bcaf25f4ac666bf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bc05a05d3a96a49d6f724213915ec23059ec3898f153907bcaf25f4ac666bf0", kill_on_drop: false }`
[INFO] [stdout] 4bc05a05d3a96a49d6f724213915ec23059ec3898f153907bcaf25f4ac666bf0
