[INFO] cloning repository https://github.com/dagarciahen/rust_c_compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dagarciahen/rust_c_compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdagarciahen%2Frust_c_compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdagarciahen%2Frust_c_compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e15f7e34ec3f44d8c9d7d91b1841d2ea89ba5f9
[INFO] checking dagarciahen/rust_c_compiler against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdagarciahen%2Frust_c_compiler" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dagarciahen/rust_c_compiler
[INFO] finished tweaking git repo https://github.com/dagarciahen/rust_c_compiler
[INFO] tweaked toml for git repo https://github.com/dagarciahen/rust_c_compiler written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dagarciahen/rust_c_compiler on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dagarciahen/rust_c_compiler 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logos-codegen v0.13.0
[INFO] [stderr]   Downloaded logos v0.13.0
[INFO] [stderr]   Downloaded logos-derive v0.13.0
[INFO] [stderr]   Downloaded indexmap v2.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a
[INFO] running `Command { std: "docker" "start" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]     Checking ascii-canvas v3.0.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]     Checking lalrpop v0.20.2
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]     Checking logos v0.13.0
[INFO] [stderr]    Compiling simple_c_compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `simple_c_compiler v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/simple_c_compiler-719ed960133b53d0/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   processing file `src/grammar.lalrpop`
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (866) panicked at build.rs:4:10:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x58eecc117c91 - std[9385d3d5237024da]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x58eecc117c91 - std[9385d3d5237024da]::backtrace_rs::backtrace::trace_unsynchronized::<std[9385d3d5237024da]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x58eecc117c91 - std[9385d3d5237024da]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x58eecc117c91 - <<std[9385d3d5237024da]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[930210027468071a]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x58eecc12d4fa - <core[930210027468071a]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x58eecc12d4fa - core[930210027468071a]::fmt::write
[INFO] [stderr]      6:     0x58eecc11d2bc - core[930210027468071a]::io::write::default_write_fmt::<std[9385d3d5237024da]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x58eecc11d2bc - <std[9385d3d5237024da]::sys::stdio::unix::Stderr as core[930210027468071a]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x58eecc0ff2b6 - <std[9385d3d5237024da]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x58eecc0ff2b6 - std[9385d3d5237024da]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x58eecc1135d1 - std[9385d3d5237024da]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x58eecc11378b - std[9385d3d5237024da]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x58eecc0ff362 - std[9385d3d5237024da]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x58eecc0f8719 - std[9385d3d5237024da]::sys::backtrace::__rust_end_short_backtrace::<std[9385d3d5237024da]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x58eecc0ffb5d - __rustc[a9601b6af5271eac]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x58eecc12dd9c - core[930210027468071a]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x58eecc12daf2 - core[930210027468071a]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/result.rs:1870:5
[INFO] [stderr]     17:     0x58eecbb0e74f - build_script_build[a781c00d9957db5f]::main
[INFO] [stderr]     18:     0x58eecbb0ed63 - <fn() as core[930210027468071a]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     19:     0x58eecbb0e616 - std[9385d3d5237024da]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     20:     0x58eecbb0e629 - std[9385d3d5237024da]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     21:     0x58eecc112cb7 - <&dyn core[930210027468071a]::ops::function::Fn<(), Output = i32> + core[930210027468071a]::panic::unwind_safe::RefUnwindSafe + core[930210027468071a]::marker::Sync as core[930210027468071a]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x58eecc112cb7 - std[9385d3d5237024da]::panicking::catch_unwind::do_call::<&dyn core[930210027468071a]::ops::function::Fn<(), Output = i32> + core[930210027468071a]::panic::unwind_safe::RefUnwindSafe + core[930210027468071a]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:576:43
[INFO] [stderr]     23:     0x58eecc112cb7 - std[9385d3d5237024da]::panicking::catch_unwind::<i32, &dyn core[930210027468071a]::ops::function::Fn<(), Output = i32> + core[930210027468071a]::panic::unwind_safe::RefUnwindSafe + core[930210027468071a]::marker::Sync>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:544:19
[INFO] [stderr]     24:     0x58eecc112cb7 - std[9385d3d5237024da]::panic::catch_unwind::<&dyn core[930210027468071a]::ops::function::Fn<(), Output = i32> + core[930210027468071a]::panic::unwind_safe::RefUnwindSafe + core[930210027468071a]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x58eecc112cb7 - std[9385d3d5237024da]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x58eecc112cb7 - std[9385d3d5237024da]::panicking::catch_unwind::do_call::<std[9385d3d5237024da]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:576:43
[INFO] [stderr]     27:     0x58eecc112cb7 - std[9385d3d5237024da]::panicking::catch_unwind::<isize, std[9385d3d5237024da]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x58eecc112cb7 - std[9385d3d5237024da]::panic::catch_unwind::<std[9385d3d5237024da]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x58eecc112cb7 - std[9385d3d5237024da]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x58eecbb0e201 - std[9385d3d5237024da]::rt::lang_start::<()>
[INFO] [stderr]     31:     0x58eecbb0eda5 - main
[INFO] [stderr]     32:     0x72a459b55601 - <unknown>
[INFO] [stderr]     33:     0x72a459b55718 - __libc_start_main
[INFO] [stderr]     34:     0x58eecbb0dfc5 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a", kill_on_drop: false }`
[INFO] [stdout] c9ed7f8d0c59aea0c8acb8f7aec178c8c1b3365c3a1f5b68a3c162361d3ec46a
