[INFO] cloning repository https://github.com/CarlKCarlK/fibpico
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CarlKCarlK/fibpico" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlKCarlK%2Ffibpico", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlKCarlK%2Ffibpico'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73914c8c5f51046edf980be2a4183e9aecc7a8b2
[INFO] documenting CarlKCarlK/fibpico against master#8afe9ff1caa97654c31fb8c259dac9fdf67d6302 for pr-151918
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarlKCarlK%2Ffibpico" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CarlKCarlK/fibpico
[INFO] finished tweaking git repo https://github.com/CarlKCarlK/fibpico
[INFO] tweaked toml for git repo https://github.com/CarlKCarlK/fibpico written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CarlKCarlK/fibpico on toolchain 8afe9ff1caa97654c31fb8c259dac9fdf67d6302
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CarlKCarlK/fibpico 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" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded panic-probe v0.3.2
[INFO] [stderr]   Downloaded embassy-time-queue-driver v0.1.0
[INFO] [stderr]   Downloaded malachite v0.4.16
[INFO] [stderr]   Downloaded embassy-time v0.3.2
[INFO] [stderr]   Downloaded defmt-rtt v0.4.1
[INFO] [stderr]   Downloaded alloc-cortex-m v0.4.4
[INFO] [stderr]   Downloaded embassy-time-driver v0.1.0
[INFO] [stderr]   Downloaded embassy-executor v0.6.3
[INFO] [stderr]   Downloaded embassy-sync v0.6.1
[INFO] [stderr]   Downloaded embassy-hal-internal v0.2.0
[INFO] [stderr]   Downloaded embassy-usb-driver v0.1.0
[INFO] [stderr]   Downloaded pio-proc v0.2.2
[INFO] [stderr]   Downloaded embassy-rp v0.2.0
[INFO] [stderr]   Downloaded embassy-embedded-hal v0.2.0
[INFO] [stderr]   Downloaded embassy-futures v0.1.1
[INFO] [stderr]   Downloaded rp-pac v6.0.0
[INFO] [stderr]   Downloaded pio-parser v0.2.2
[INFO] [stderr]   Downloaded defmt-macros v0.4.0
[INFO] [stderr]   Downloaded defmt v0.3.10
[INFO] [stderr]   Downloaded defmt-parser v0.4.1
[INFO] [stderr]   Downloaded fixed v1.28.0
[INFO] [stderr]   Downloaded malachite-base v0.4.16
[INFO] [stderr]   Downloaded malachite-nz v0.4.16
[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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0527c4ca21320e0c7c50571d61e63411b8fad10ecbb1efcac358d7e7d4303d69
[INFO] running `Command { std: "docker" "start" "-a" "0527c4ca21320e0c7c50571d61e63411b8fad10ecbb1efcac358d7e7d4303d69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0527c4ca21320e0c7c50571d61e63411b8fad10ecbb1efcac358d7e7d4303d69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0527c4ca21320e0c7c50571d61e63411b8fad10ecbb1efcac358d7e7d4303d69", kill_on_drop: false }`
[INFO] [stdout] 0527c4ca21320e0c7c50571d61e63411b8fad10ecbb1efcac358d7e7d4303d69
[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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a45aeb27b611753e6b043d1b1e8985aa585a7905a6d838299b516c1a36ed39f
[INFO] running `Command { std: "docker" "start" "-a" "9a45aeb27b611753e6b043d1b1e8985aa585a7905a6d838299b516c1a36ed39f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling defmt v0.3.10
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling defmt-macros v0.4.0
[INFO] [stderr]     Checking critical-section v1.1.2
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling embassy-time-driver v0.1.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking volatile-register v0.2.2
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling embassy-time-queue-driver v0.1.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cortex-m-rt v0.7.5
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking heapless v0.8.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling lalrpop-util v0.19.12
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling debug-helper v0.3.13
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling crc-any v2.5.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling frunk_core v0.4.3
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling embassy-sync v0.6.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling rp2040-boot2 v0.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling malachite-nz v0.4.16
[INFO] [stderr]    Compiling rp2040-pac v0.6.0
[INFO] [stderr]    Compiling fixed v1.28.0
[INFO] [stderr]    Compiling atomic-polyfill v1.0.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling rp-pac v6.0.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling embassy-hal-internal v0.2.0
[INFO] [stderr]     Checking embedded-storage v0.3.1
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]     Checking embedded-storage-async v0.4.1
[INFO] [stderr]     Checking embedded-hal-nb v1.0.0
[INFO] [stderr]    Compiling defmt-rtt v0.4.1
[INFO] [stderr]    Compiling embassy-executor v0.6.3
[INFO] [stderr]    Compiling embassy-rp v0.2.0
[INFO] [stderr]     Checking embassy-futures v0.1.1
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling panic-probe v0.3.2
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]     Checking usb-device v0.3.2
[INFO] [stderr]     Checking fugit v0.3.7
[INFO] [stderr]     Checking embedded-dma v0.2.0
[INFO] [stderr]     Checking bitfield v0.14.0
[INFO] [stderr]     Checking linked_list_allocator v0.10.5
[INFO] [stderr]     Checking alloc-cortex-m v0.4.4
[INFO] [stderr]     Checking malachite-base v0.4.16
[INFO] [stderr]    Compiling fib v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.3
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.5
[INFO] [stderr]    Compiling frunk_derives v0.4.3
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling num_enum v0.5.11
[INFO] [stderr]     Checking frunk v0.4.3
[INFO] [stderr]     Checking pio v0.2.1
[INFO] [stderr]    Compiling rp2040-hal-macros v0.1.0
[INFO] [stderr]     Checking rp2040-hal v0.10.2
[INFO] [stderr]    Compiling defmt-parser v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8afe9ff1caa97654c31fb8c259dac9fdf67d6302/bin/rustc --crate-name lalrpop --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=9c2c52fc07d44e4f -C extra-filename=-631b06b508a65937 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-3f6b2396c88b7292.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-1abc97c8f91329a2.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-1e51ea032474e4fa.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-e29955f9616aa31d.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-1f215b3f94c015bb.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-b59996979e4cf06c.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-4cad773e6ebb1aeb.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5b3c1859e8cf4971.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-c8a31f259eee01c4.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-2a31a75497a65d4d.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-35808be716917b80.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-d5eedd8dbfffe4f0.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-51262c9f3c39367c.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-4dfc1b165cf6adea.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9a45aeb27b611753e6b043d1b1e8985aa585a7905a6d838299b516c1a36ed39f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a45aeb27b611753e6b043d1b1e8985aa585a7905a6d838299b516c1a36ed39f", kill_on_drop: false }`
[INFO] [stdout] 9a45aeb27b611753e6b043d1b1e8985aa585a7905a6d838299b516c1a36ed39f
