[INFO] crate avr-libc 0.1.3 is already in cache [INFO] checking avr-libc-0.1.3 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate avr-libc 0.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate avr-libc 0.1.3 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate avr-libc 0.1.3 [INFO] finished tweaking crates.io crate avr-libc 0.1.3 [INFO] tweaked toml for crates.io crate avr-libc 0.1.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aab80c8ce8c37ee06b35b22f5a0eb5d05241a25223e29c11c42e958ef4a13eaa [INFO] running `"docker" "start" "-a" "aab80c8ce8c37ee06b35b22f5a0eb5d05241a25223e29c11c42e958ef4a13eaa"` [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling xml-rs v0.4.1 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling xmltree v0.4.0 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling avr-mcu v0.2.6 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling avr-libc v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> build.rs:84:42 [INFO] [stderr] | [INFO] [stderr] 84 | let host = env::var("HOST").unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> build.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | static ref MCU: Option = avr_mcu::current::mcu(); [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `avr-libc v0.1.3 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/avr-libc-fdd6a82ac0cb379b/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:warning=not targeting a specific microcontroller, create a custom target specification to enable mcu-specific functionality [INFO] [stderr] avr-libc not yet built for 'avr2', building now [INFO] [stderr] Bootstrapping avr-libc [INFO] [stderr] "sh" "bootstrap" [INFO] [stderr] Generating source directories: [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] + rm -rf avr/lib [INFO] [stderr] + ./devtools/gen-avr-lib-tree.sh [INFO] [stderr] mkdir: cannot create directory 'avr': Read-only file system [INFO] [stderr] mkdir: cannot create directory 'avr/lib': No such file or directory [INFO] [stderr] ./devtools/gen-avr-lib-tree.sh: 414: cd: can't cd to avr/lib [INFO] [stderr] + rm -rf autom4te.cache [INFO] [stderr] + aclocal [INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory [INFO] [stderr] aclocal: error: echo failed with exit status: 1 [INFO] [stderr] + autoheader [INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory [INFO] [stderr] autoheader: '/usr/bin/autom4te' failed with exit status: 1 [INFO] [stderr] + autoconf [INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory [INFO] [stderr] + automake --foreign --add-missing --copy [INFO] [stderr] autom4te: cannot create autom4te.cache: No such file or directory [INFO] [stderr] automake: error: autoconf failed with exit status: 1 [INFO] [stderr] thread 'main' panicked at 'failed to bootstrap', build.rs:77:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x563a7e9363a4 - backtrace::backtrace::libunwind::trace::h80055c9fc04ee02a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x563a7e9363a4 - backtrace::backtrace::trace_unsynchronized::hdc3325d56f0c3cf3 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x563a7e9363a4 - std::sys_common::backtrace::_print_fmt::hf6698baf6d0d6f95 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x563a7e9363a4 - ::fmt::hde7eb8c3d6c49873 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x563a7e959eac - core::fmt::write::h5d76b6b7b1847936 [INFO] [stderr] at src/libcore/fmt/mod.rs:1057 [INFO] [stderr] 5: 0x563a7e932ab7 - std::io::Write::write_fmt::h77ba5ebe1eee52ad [INFO] [stderr] at src/libstd/io/mod.rs:1426 [INFO] [stderr] 6: 0x563a7e938655 - std::sys_common::backtrace::_print::hf8a47a8d351e0fbd [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x563a7e938655 - std::sys_common::backtrace::print::h71ada4f56fb6e22c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x563a7e938655 - std::panicking::default_hook::{{closure}}::h6a3ba1f4739dcd04 [INFO] [stderr] at src/libstd/panicking.rs:195 [INFO] [stderr] 9: 0x563a7e938341 - std::panicking::default_hook::he979893a7228a5c0 [INFO] [stderr] at src/libstd/panicking.rs:215 [INFO] [stderr] 10: 0x563a7e938cba - std::panicking::rust_panic_with_hook::h697f90879213769b [INFO] [stderr] at src/libstd/panicking.rs:463 [INFO] [stderr] 11: 0x563a7e794c9b - std::panicking::begin_panic::ha0f6f4e19b826863 [INFO] [stderr] at /rustc/30ca215b4e38b32aa7abdd635c5e2d56f5724494/src/libstd/panicking.rs:390 [INFO] [stderr] 12: 0x563a7e3431a9 - build_script_build::bootstrap::hfedad07d7903559e [INFO] [stderr] at /opt/rustwide/workdir/build.rs:77 [INFO] [stderr] 13: 0x563a7e342d07 - build_script_build::main::h80e92092d84a0db2 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:54 [INFO] [stderr] 14: 0x563a7e3455c0 - std::rt::lang_start::{{closure}}::h0580e80e171260fa [INFO] [stderr] at /rustc/30ca215b4e38b32aa7abdd635c5e2d56f5724494/src/libstd/rt.rs:67 [INFO] [stderr] 15: 0x563a7e938783 - std::rt::lang_start_internal::{{closure}}::h7ff682ecef2392c4 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 16: 0x563a7e938783 - std::panicking::try::do_call::h6e874d12a78bb537 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 17: 0x563a7e94058a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:79 [INFO] [stderr] 18: 0x563a7e939160 - std::panicking::try::h21e662efa77e70e9 [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] 19: 0x563a7e939160 - std::panic::catch_unwind::hcf22a1acd4d4cf4f [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 20: 0x563a7e939160 - std::rt::lang_start_internal::hf0c209ee2831e2b5 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 21: 0x563a7e345599 - std::rt::lang_start::hec9c25dd22335075 [INFO] [stderr] at /rustc/30ca215b4e38b32aa7abdd635c5e2d56f5724494/src/libstd/rt.rs:67 [INFO] [stderr] 22: 0x563a7e344ffa - main [INFO] [stderr] 23: 0x7f255aa21b97 - __libc_start_main [INFO] [stderr] 24: 0x563a7e3426ba - _start [INFO] [stderr] 25: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "aab80c8ce8c37ee06b35b22f5a0eb5d05241a25223e29c11c42e958ef4a13eaa"` [INFO] running `"docker" "rm" "-f" "aab80c8ce8c37ee06b35b22f5a0eb5d05241a25223e29c11c42e958ef4a13eaa"` [INFO] [stdout] aab80c8ce8c37ee06b35b22f5a0eb5d05241a25223e29c11c42e958ef4a13eaa