[INFO] cloning repository https://github.com/xlnx/myrpg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xlnx/myrpg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlnx%2Fmyrpg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlnx%2Fmyrpg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0979b38aa1e8ef9d77be4359e5347fecd4baf085 [INFO] checking xlnx/myrpg against try#121a90d34197f711021eeb158e7f4184b8be8ceb for pr-140313 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlnx%2Fmyrpg" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xlnx/myrpg on toolchain 121a90d34197f711021eeb158e7f4184b8be8ceb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xlnx/myrpg [INFO] finished tweaking git repo https://github.com/xlnx/myrpg [INFO] tweaked toml for git repo https://github.com/xlnx/myrpg written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/xlnx/myrpg already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b44b37e4a07430070ea69eba66ee8ee21a863bc7da224a0e76184a5c275b70a [INFO] running `Command { std: "docker" "start" "-a" "0b44b37e4a07430070ea69eba66ee8ee21a863bc7da224a0e76184a5c275b70a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b44b37e4a07430070ea69eba66ee8ee21a863bc7da224a0e76184a5c275b70a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b44b37e4a07430070ea69eba66ee8ee21a863bc7da224a0e76184a5c275b70a", kill_on_drop: false }` [INFO] [stdout] 0b44b37e4a07430070ea69eba66ee8ee21a863bc7da224a0e76184a5c275b70a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cd82f3c55d95839b821be94bec536cfa861b9c52271ab39a597afb86fb7c659 [INFO] running `Command { std: "docker" "start" "-a" "3cd82f3c55d95839b821be94bec536cfa861b9c52271ab39a597afb86fb7c659", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v0.4.28 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling tint v1.0.1 [INFO] [stderr] Compiling typed-arena v1.4.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling ref_thread_local v0.0.0 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Checking config v0.9.2 [INFO] [stderr] Compiling ptree v0.2.1 [INFO] [stderr] Compiling lalr_util v0.1.0 (/opt/rustwide/workdir/src/lalr_util) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/log.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | writer: &'a mut Write, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 | writer: &'a mut dyn Write, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/rule.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | pub handle_reduce: Option) -> ()>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 | pub handle_reduce: Option) -> ()>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/rule.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub handle_exec: Box) -> Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | pub handle_exec: Box) -> Option>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/log.rs:89:33 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn from(writer: &'a mut Write) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | pub fn from(writer: &'a mut dyn Write) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/log.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | writer: &'a mut Write, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 | writer: &'a mut dyn Write, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/rule.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | pub handle_reduce: Option) -> ()>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 | pub handle_reduce: Option) -> ()>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/rule.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub handle_exec: Box) -> Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | pub handle_exec: Box) -> Option>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lalr_util/src/log.rs:89:33 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn from(writer: &'a mut Write) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | pub fn from(writer: &'a mut dyn Write) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `map` [INFO] [stdout] --> src/lalr_util/src/ast.rs:171:43 [INFO] [stdout] | [INFO] [stdout] 171 | serde_json::Value::Object(ref map) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_map` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `map` [INFO] [stdout] --> src/lalr_util/src/ast.rs:171:43 [INFO] [stdout] | [INFO] [stdout] 171 | serde_json::Value::Object(ref map) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_map` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lalr_util/src/rule.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | panic!(format!("Use of undeclared rule set: {:?}", src)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 146 - panic!(format!("Use of undeclared rule set: {:?}", src)); [INFO] [stdout] 146 + panic!("Use of undeclared rule set: {:?}", src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lalr_util/src/rule.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | panic!(format!("Use of undeclared rule set: {:?}", src)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 146 - panic!(format!("Use of undeclared rule set: {:?}", src)); [INFO] [stdout] 146 + panic!("Use of undeclared rule set: {:?}", src); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc_callback v0.1.0 (/opt/rustwide/workdir/src/proc_callback) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/proc_callback/src/lib.rs:432:36 [INFO] [stdout] | [INFO] [stdout] 432 | panic!(format!( [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 433 | | "Conflict action found when receiving {:?}:\n#0: {}\n#1: Reducing {:?}\nCan't build parse table", [INFO] [stdout] 434 | | symbol, [INFO] [stdout] 435 | | prev, [INFO] [stdout] 436 | | item [INFO] [stdout] 437 | | )); [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 432 ~ panic!( [INFO] [stdout] 433 | "Conflict action found when receiving {:?}:\n#0: {}\n#1: Reducing {:?}\nCan't build parse table", [INFO] [stdout] ... [INFO] [stdout] 436 | item [INFO] [stdout] 437 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcZwDy3Y/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcZwDy3Y/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/proc_callback-0582fbdab88ac329.9pk9adtny6na3k4bh2f7pg9gf.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libquote-d72968c4fe4ddd6e.rlib,libproc_macro2-a438f07532b07f73.rlib,libunicode_xid-c15504178e575201.rlib,liblalr_util-407a4096b6784bc3.rlib,libcolored-575c448138aaa5a5.rlib,libpretty-8a9eb704fca90f71.rlib,libtyped_arena-e5b8c90df762b046.rlib,libptree-f20e6fed32c7528f.rlib,libdirectories-292c101806a7e41a.rlib,libconfig-1121c9e9e1b83c2b.rlib,libini-89cc477cf6a272d4.rlib,libserde_hjson-55925be3410ea7ba.rlib,libregex-2d61369cef1624a5.rlib,libutf8_ranges-ad2d1de7a2d3bdd6.rlib,libregex_syntax-f7dfcdb325dddb76.rlib,libucd_util-0a372e31b94bee0c.rlib,libthread_local-c4371ba1feb17555.rlib,libaho_corasick-99dd5ea0e7d7b7e2.rlib,libnum_traits-4198e8bb4a52b128.rlib,liblinked_hash_map-319c1e1a3eb661e7.rlib,libserde-69b3af6843098612.rlib,libyaml_rust-d6e1539ab5a627f8.rlib,liblinked_hash_map-61f39f3e2b59e7bd.rlib,libtoml-54004110672d7ba8.rlib,liblazy_static-43fb1c19412e5527.rlib,libnom-53d05077d758b4e0.rlib,libmemchr-5a587a580a630551.rlib,libserde_value-b42a7c30db03aa50.rlib,libordered_float-0a7c71ea4269ccb7.rlib,libnum_traits-e2d6e987bf0c474a.rlib,libtint-453ccee4e721dff5.rlib,liblazy_static-e478f1d7ba1c5c67.rlib,libisatty-0b5cf7db14956273.rlib,liblibc-06f6df622ec07169.rlib,libcfg_if-388e8acaefcecd17.rlib,libansi_term-40dd0a3f4cc6b02c.rlib,libpetgraph-1acf7704c1b6e7a3.rlib,libordermap-de8143159dce9885.rlib,libfixedbitset-905ec7782685132f.rlib,libserde_json-02f6f6bd8adf48da.rlib,libryu-6677108ca1172b57.rlib,libitoa-1ca8c70ea8d4bcee.rlib,libserde-d012f78f165db59f.rlib,libref_thread_local-c8e4a01ad2ce033c.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcZwDy3Y/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libproc_callback-0582fbdab88ac329.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc_callback` (lib) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "3cd82f3c55d95839b821be94bec536cfa861b9c52271ab39a597afb86fb7c659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cd82f3c55d95839b821be94bec536cfa861b9c52271ab39a597afb86fb7c659", kill_on_drop: false }` [INFO] [stdout] 3cd82f3c55d95839b821be94bec536cfa861b9c52271ab39a597afb86fb7c659