[INFO] cloning repository https://github.com/bennufactory/ya-runtime-vm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bennufactory/ya-runtime-vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennufactory%2Fya-runtime-vm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennufactory%2Fya-runtime-vm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bcd4b251ec3f239eb238556a5678f907bc1ac77 [INFO] testing bennufactory/ya-runtime-vm against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennufactory%2Fya-runtime-vm" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bennufactory/ya-runtime-vm on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bennufactory/ya-runtime-vm [INFO] finished tweaking git repo https://github.com/bennufactory/ya-runtime-vm [INFO] tweaked toml for git repo https://github.com/bennufactory/ya-runtime-vm written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/bennufactory/ya-runtime-vm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c93f227a118eac4a24944c0c658f75fb54c7819dd2a1eaa1a376755b6a51da51 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c93f227a118eac4a24944c0c658f75fb54c7819dd2a1eaa1a376755b6a51da51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c93f227a118eac4a24944c0c658f75fb54c7819dd2a1eaa1a376755b6a51da51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c93f227a118eac4a24944c0c658f75fb54c7819dd2a1eaa1a376755b6a51da51", kill_on_drop: false }` [INFO] [stdout] c93f227a118eac4a24944c0c658f75fb54c7819dd2a1eaa1a376755b6a51da51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c922bb8fa5a200adcfadd6b40d1b8656c705585f6d854890a5373a5b31cb61c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4c922bb8fa5a200adcfadd6b40d1b8656c705585f6d854890a5373a5b31cb61c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling instant v0.1.7 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ya-runtime-vm v0.2.8 (/opt/rustwide/workdir/runtime) [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling raw-cpuid v8.1.2 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] error: failed to run custom build command for `ya-runtime-vm v0.2.8 (/opt/rustwide/workdir/runtime)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ya-runtime-vm-c8a2d2156d2c516d/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] wget -q -O "unverified" https://ya-runtime.s3-eu-west-1.amazonaws.com/vm/kernel/linux-virt-5.10.29-r0.apk [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] unverified: Read-only file system [INFO] [stderr] make: *** [Makefile:41: unpacked_kernel] Error 1 [INFO] [stderr] Error: make failed with code 2 [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::private::new_adhoc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.33/src/lib.rs:610:36 [INFO] [stderr] 1: build_script_build::main [INFO] [stderr] at ./build.rs:24:13 [INFO] [stderr] 2: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 3: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 4: std::rt::lang_start::{{closure}} [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:63:18 [INFO] [stderr] 5: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 6: std::panicking::try::do_call [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stderr] 7: std::panicking::try [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stderr] 8: std::panic::catch_unwind [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stderr] 9: std::rt::lang_start_internal::{{closure}} [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:45:48 [INFO] [stderr] 10: std::panicking::try::do_call [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stderr] 11: std::panicking::try [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stderr] 12: std::panic::catch_unwind [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stderr] 13: std::rt::lang_start_internal [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:45:20 [INFO] [stderr] 14: std::rt::lang_start [INFO] [stderr] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:62:5 [INFO] [stderr] 15: main [INFO] [stderr] 16: __libc_start_main [INFO] [stderr] 17: _start [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4c922bb8fa5a200adcfadd6b40d1b8656c705585f6d854890a5373a5b31cb61c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c922bb8fa5a200adcfadd6b40d1b8656c705585f6d854890a5373a5b31cb61c", kill_on_drop: false }` [INFO] [stdout] 4c922bb8fa5a200adcfadd6b40d1b8656c705585f6d854890a5373a5b31cb61c