[INFO] updating cached repository https://github.com/ToferC/paladin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3cc480d0c5d02bc427c2f089f9898dbcac2d572 [INFO] checking ToferC/paladin against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FToferC%2Fpaladin" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 15% (10/65) Checking out files: 16% (11/65) Checking out files: 18% (12/65) Checking out files: 20% (13/65) Checking out files: 21% (14/65) Checking out files: 23% (15/65) Checking out files: 24% (16/65) Checking out files: 26% (17/65) Checking out files: 27% (18/65) Checking out files: 29% (19/65) Checking out files: 30% (20/65) Checking out files: 32% (21/65) Checking out files: 33% (22/65) Checking out files: 35% (23/65) Checking out files: 36% (24/65) Checking out files: 38% (25/65) Checking out files: 40% (26/65) Checking out files: 41% (27/65) Checking out files: 43% (28/65) Checking out files: 44% (29/65) Checking out files: 46% (30/65) Checking out files: 47% (31/65) Checking out files: 49% (32/65) Checking out files: 50% (33/65) Checking out files: 52% (34/65) Checking out files: 53% (35/65) Checking out files: 55% (36/65) Checking out files: 56% (37/65) Checking out files: 58% (38/65) Checking out files: 60% (39/65) Checking out files: 61% (40/65) Checking out files: 63% (41/65) Checking out files: 64% (42/65) Checking out files: 66% (43/65) Checking out files: 67% (44/65) Checking out files: 69% (45/65) Checking out files: 70% (46/65) Checking out files: 72% (47/65) Checking out files: 73% (48/65) Checking out files: 75% (49/65) Checking out files: 76% (50/65) Checking out files: 78% (51/65) Checking out files: 80% (52/65) Checking out files: 81% (53/65) Checking out files: 83% (54/65) Checking out files: 84% (55/65) Checking out files: 86% (56/65) Checking out files: 87% (57/65) Checking out files: 89% (58/65) Checking out files: 90% (59/65) Checking out files: 92% (60/65) Checking out files: 93% (61/65) Checking out files: 95% (62/65) Checking out files: 96% (63/65) Checking out files: 98% (64/65) Checking out files: 100% (65/65) Checking out files: 100% (65/65), done. [INFO] validating manifest of git repo https://github.com/ToferC/paladin on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ToferC/paladin [INFO] finished tweaking git repo https://github.com/ToferC/paladin [INFO] tweaked toml for git repo https://github.com/ToferC/paladin written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ToferC/paladin already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 2cc2ab8d6dbda234c282842b71d0a6041934e13bbbde1f84a935b5fbf14c9620 [INFO] running `"docker" "start" "-a" "2cc2ab8d6dbda234c282842b71d0a6041934e13bbbde1f84a935b5fbf14c9620"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Checking mint v0.5.4 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking colorful v0.2.1 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling edit-distance v2.1.0 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling tinystr v0.3.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking objekt v0.1.2 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking fluent-syntax v0.9.3 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling hashbrown v0.7.1 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling unic-langid-impl v0.8.0 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling lexical v2.2.2 [INFO] [stderr] Compiling rustc_version_runtime v0.1.5 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.1.2 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking slice-deque v0.3.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling xcb v0.8.2 [INFO] [stderr] Checking type-map v0.3.0 [INFO] [stderr] Checking lewton v0.10.1 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] error: failed to run custom build command for `rustc_version_runtime v0.1.5` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rustc_version_runtime-1a9c24ac05fb3c5f/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc_version_runtime-0.1.5/build.rs:27:17 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x561e79e4fec4 - backtrace::backtrace::libunwind::trace::hfcd33194db0151d4 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x561e79e4fec4 - backtrace::backtrace::trace_unsynchronized::hfd1904bbbd5335b5 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x561e79e4fec4 - std::sys_common::backtrace::_print_fmt::h8476c57b177b254e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x561e79e4fec4 - ::fmt::h73acbc5f6d4b1044 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x561e79e7292c - core::fmt::write::hdf236390fbd68d3d [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x561e79e4d9e3 - std::io::Write::write_fmt::h5722fa40bb2afafd [INFO] [stderr] at src/libstd/io/mod.rs:1532 [INFO] [stderr] 6: 0x561e79e52465 - std::sys_common::backtrace::_print::ha468e873aada7c78 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x561e79e52465 - std::sys_common::backtrace::print::h149365a2f029de62 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x561e79e52465 - std::panicking::default_hook::{{closure}}::hb4a33f9e05934a52 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x561e79e521a2 - std::panicking::default_hook::hc4535d7b0c743abd [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x561e79e52a72 - std::panicking::rust_panic_with_hook::haa34a96a6dbd5a2e [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 11: 0x561e79e5265b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:385 [INFO] [stderr] 12: 0x561e79e71d11 - core::panicking::panic_fmt::hd101a87121fa411f [INFO] [stderr] at src/libcore/panicking.rs:89 [INFO] [stderr] 13: 0x561e79e71b33 - core::option::expect_none_failed::h4f0e89faa3179bf7 [INFO] [stderr] at src/libcore/option.rs:1272 [INFO] [stderr] 14: 0x561e79e2923b - core::result::Result::unwrap::h55ce96a2b85dbe3e [INFO] [stderr] 15: 0x561e79e267a5 - build_script_build::main::h414f2cbadef38e1b [INFO] [stderr] 16: 0x561e79e28193 - std::rt::lang_start::{{closure}}::hbbc536674c4dcebf [INFO] [stderr] 17: 0x561e79e52eb8 - std::rt::lang_start_internal::{{closure}}::h8ee41efd8ae7ff76 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x561e79e52eb8 - std::panicking::try::do_call::h0a4c4514ee6ebbfc [INFO] [stderr] at src/libstd/panicking.rs:297 [INFO] [stderr] 19: 0x561e79e52eb8 - std::panicking::try::h7c2f3858e42d7516 [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 20: 0x561e79e52eb8 - std::panic::catch_unwind::h76c4030fa5655c1e [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x561e79e52eb8 - std::rt::lang_start_internal::h1c1398259f72ace6 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x561e79e28178 - std::rt::lang_start::h5a62bde2abca7401 [INFO] [stderr] 23: 0x561e79e2782b - main [INFO] [stderr] 24: 0x7f0df897c0b3 - __libc_start_main [INFO] [stderr] 25: 0x561e79e2617e - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2cc2ab8d6dbda234c282842b71d0a6041934e13bbbde1f84a935b5fbf14c9620"` [INFO] running `"docker" "rm" "-f" "2cc2ab8d6dbda234c282842b71d0a6041934e13bbbde1f84a935b5fbf14c9620"` [INFO] [stdout] 2cc2ab8d6dbda234c282842b71d0a6041934e13bbbde1f84a935b5fbf14c9620