[INFO] cloning repository https://github.com/technocreatives/dbc-codegen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/technocreatives/dbc-codegen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnocreatives%2Fdbc-codegen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnocreatives%2Fdbc-codegen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c55cd4fe4faa69abeb97f0a52363f1931c271a88 [INFO] checking technocreatives/dbc-codegen against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnocreatives%2Fdbc-codegen" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/technocreatives/dbc-codegen on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/technocreatives/dbc-codegen [INFO] finished tweaking git repo https://github.com/technocreatives/dbc-codegen [INFO] tweaked toml for git repo https://github.com/technocreatives/dbc-codegen written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/technocreatives/dbc-codegen already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ade3583a85c1b22d89e9b1aa8ae5f65ec455c286ac802c3904f3ca98807f54ab [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" "ade3583a85c1b22d89e9b1aa8ae5f65ec455c286ac802c3904f3ca98807f54ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ade3583a85c1b22d89e9b1aa8ae5f65ec455c286ac802c3904f3ca98807f54ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ade3583a85c1b22d89e9b1aa8ae5f65ec455c286ac802c3904f3ca98807f54ab", kill_on_drop: false }` [INFO] [stdout] ade3583a85c1b22d89e9b1aa8ae5f65ec455c286ac802c3904f3ca98807f54ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d6109803111e793e29e7c1ab16073266cbdb7e7a6e421ac95b5c61485728b81 [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" "5d6109803111e793e29e7c1ab16073266cbdb7e7a6e421ac95b5c61485728b81", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking funty v1.2.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking arbitrary v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.57.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking exitcode v1.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clang-sys v1.1.1 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking heck v0.3.2 [INFO] [stderr] Checking bitvec v0.21.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Checking can-embedded v0.1.0 (/opt/rustwide/workdir/testing/can-embedded) [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling derive-getters v0.1.1 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling can-dbc v3.0.2 [INFO] [stderr] Compiling cantools-messages v0.1.0 (/opt/rustwide/workdir/testing/cantools-messages) [INFO] [stderr] Checking dbc-codegen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking dbc-codegen-cli v0.1.0 (/opt/rustwide/workdir/dbc-codegen-cli) [INFO] [stderr] Compiling can-messages v0.1.0 (/opt/rustwide/workdir/testing/can-messages) [INFO] [stderr] error: failed to run custom build command for `can-messages v0.1.0 (/opt/rustwide/workdir/testing/can-messages)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/can-messages-5948527995b441f2/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::error:: for anyhow::Error>::from [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.38/src/error.rs:469:25 [INFO] [stderr] 1: build_script_build::main [INFO] [stderr] at ./build.rs:9:65 [INFO] [stderr] 2: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 3: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 4: std::rt::lang_start::{{closure}} [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/rt.rs:66:18 [INFO] [stderr] 5: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/core/src/ops/function.rs:259:13 [INFO] [stderr] std::panicking::try::do_call [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/panicking.rs:379:40 [INFO] [stderr] std::panicking::try [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/panicking.rs:343:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/panic.rs:431:14 [INFO] [stderr] std::rt::lang_start_internal [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/rt.rs:51:25 [INFO] [stderr] 6: std::rt::lang_start [INFO] [stderr] at /rustc/3aedcf06b73fc36feeebca3d579e1d2a6c40acc5/library/std/src/rt.rs:65:5 [INFO] [stderr] 7: main [INFO] [stderr] 8: __libc_start_main [INFO] [stderr] 9: _start [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5d6109803111e793e29e7c1ab16073266cbdb7e7a6e421ac95b5c61485728b81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d6109803111e793e29e7c1ab16073266cbdb7e7a6e421ac95b5c61485728b81", kill_on_drop: false }` [INFO] [stdout] 5d6109803111e793e29e7c1ab16073266cbdb7e7a6e421ac95b5c61485728b81