[INFO] cloning repository https://github.com/TheMindCompany/kubelog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheMindCompany/kubelog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheMindCompany%2Fkubelog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheMindCompany%2Fkubelog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c82525f7dad267dad328b28aeb7f22b8570c709 [INFO] checking TheMindCompany/kubelog against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheMindCompany%2Fkubelog" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheMindCompany/kubelog on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheMindCompany/kubelog [INFO] finished tweaking git repo https://github.com/TheMindCompany/kubelog [INFO] tweaked toml for git repo https://github.com/TheMindCompany/kubelog written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/TheMindCompany/kubelog already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 897e5dcaa40a1f62e8e674de64204fa882d83911fc9b9af67351a1f35acb44e4 [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" "897e5dcaa40a1f62e8e674de64204fa882d83911fc9b9af67351a1f35acb44e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "897e5dcaa40a1f62e8e674de64204fa882d83911fc9b9af67351a1f35acb44e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "897e5dcaa40a1f62e8e674de64204fa882d83911fc9b9af67351a1f35acb44e4", kill_on_drop: false }` [INFO] [stdout] 897e5dcaa40a1f62e8e674de64204fa882d83911fc9b9af67351a1f35acb44e4 [INFO] running `Command { std: "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3553e306206c9f998eafd14e3937b76a02055a231f6c7b08ade1cf10be23a1a6 [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" "3553e306206c9f998eafd14e3937b76a02055a231f6c7b08ade1cf10be23a1a6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Checking regex-syntax v0.6.16 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking aho-corasick v0.7.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Compiling sys-info v0.5.10 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking fsio v0.1.2 [INFO] [stderr] Checking run_script v0.6.2 [INFO] [stderr] Checking console v0.9.2 [INFO] [stderr] Checking dialoguer v0.5.0 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling pest_generator v2.1.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.proc_macro_error_attr.edeoldb7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/libproc_macro_error_attr-d2b175a0c0121e58.so" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.4ljlnr7td8hr647f.rcgu.o" "/opt/rustwide/target/debug/deps/proc_macro_error_attr-d2b175a0c0121e58.1tmuxuvnzhw251ov.rcgu.o" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn_mid-1fce8501427b1a1c.rlib" "/opt/rustwide/target/debug/deps/libsyn-6f85e7e9434d7676.rlib" "/opt/rustwide/target/debug/deps/libquote-b551ad8312e999e0.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-284ba41321852678.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-fc0b94ed06ed7dbe.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-3762b5038f2b60fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b6aff3703feff874.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-812457dcc335cb0e.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3b70323dc13665e.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a72ca64738319f23.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-ae466ecb818a21c7.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8965f725fa371d94.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f5d385bbcf1c0598.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14d182d411047066.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-45730ad7fe9247a8.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-077a7bdb239ba92c.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-31151f98ccdb185a.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.pest_derive.ada4rm33-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/libpest_derive-00d036c159d958d9.so" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.25kxg5ao668bsmdp.rcgu.o" "/opt/rustwide/target/debug/deps/pest_derive-00d036c159d958d9.5fqs8slmh847u3zb.rcgu.o" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpest_generator-fa1eb3e23f9f4a1c.rlib" "/opt/rustwide/target/debug/deps/libsyn-6f85e7e9434d7676.rlib" "/opt/rustwide/target/debug/deps/libquote-b551ad8312e999e0.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-284ba41321852678.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-fc0b94ed06ed7dbe.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-3762b5038f2b60fc.rlib" "/opt/rustwide/target/debug/deps/libpest_meta-cf7011b1fa06140e.rlib" "/opt/rustwide/target/debug/deps/libmaplit-3160204cdda82b3c.rlib" "/opt/rustwide/target/debug/deps/libpest-a2e12b5df31ca372.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-ad8a82178b02bb76.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b6aff3703feff874.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-812457dcc335cb0e.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3b70323dc13665e.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a72ca64738319f23.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-ae466ecb818a21c7.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8965f725fa371d94.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f5d385bbcf1c0598.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14d182d411047066.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-45730ad7fe9247a8.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-077a7bdb239ba92c.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1557fb031b272b4c5bfcc7de5df7eddc7b36a584/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-31151f98ccdb185a.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pest_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3553e306206c9f998eafd14e3937b76a02055a231f6c7b08ade1cf10be23a1a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3553e306206c9f998eafd14e3937b76a02055a231f6c7b08ade1cf10be23a1a6", kill_on_drop: false }` [INFO] [stdout] 3553e306206c9f998eafd14e3937b76a02055a231f6c7b08ade1cf10be23a1a6