[INFO] crate rustr 0.1.9 is already in cache [INFO] extracting crate rustr 0.1.9 into work/ex/beta-1.37-6/sources/1.36.0/reg/rustr/0.1.9 [INFO] extracting crate rustr 0.1.9 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rustr/0.1.9 [INFO] validating manifest of rustr-0.1.9 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rustr-0.1.9 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rustr-0.1.9 [INFO] finished frobbing rustr-0.1.9 [INFO] frobbed toml for rustr-0.1.9 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rustr/0.1.9/Cargo.toml [INFO] started frobbing rustr-0.1.9 [INFO] finished frobbing rustr-0.1.9 [INFO] frobbed toml for rustr-0.1.9 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rustr/0.1.9/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing rustr-0.1.9 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rustr/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] e3ea1bdd2fd74540bbf90e36ac1fcb9202db14d4a8f994c10065b56befef8118 [INFO] running `"docker" "start" "-a" "e3ea1bdd2fd74540bbf90e36ac1fcb9202db14d4a8f994c10065b56befef8118"` [INFO] [stderr] Compiling rustr v0.1.9 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/rtype.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | /// ////////////VECTOR BEGIN [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | CHARSXP => RTypeEnum::CHAR, [INFO] [stderr] | -------------------------- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/rtype.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | /// ///////////VECTOR END [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 67 | DOTSXP => RTypeEnum::DOT, [INFO] [stderr] | ------------------------ rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:69:33 [INFO] [stderr] | [INFO] [stderr] 69 | unsafe { Ok(Rf_inherits((self.data), class.as_ptr()) == Rboolean::TRUE) } [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:76:46 [INFO] [stderr] | [INFO] [stderr] 76 | self.data = rustr_replace_object((self.data), x); [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | unsafe { Ok(Rf_inherits((self.data), class.as_ptr()) == Rboolean::TRUE) } [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::*` [INFO] [stderr] --> src/traits/attr.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use error::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | Other(ref c) => c.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | / gen_fmt!(Interrupted, [INFO] [stderr] 95 | | NotAMatrix, [INFO] [stderr] 96 | | IndexOutOfBounds, [INFO] [stderr] 97 | | ParseError, [INFO] [stderr] ... | [INFO] [stderr] 117 | | FunctionNotExported, [INFO] [stderr] 118 | | EvalError); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | |* => c.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | / gen_fmt!(Interrupted, [INFO] [stderr] 95 | | NotAMatrix, [INFO] [stderr] 96 | | IndexOutOfBounds, [INFO] [stderr] 97 | | ParseError, [INFO] [stderr] ... | [INFO] [stderr] 117 | | FunctionNotExported, [INFO] [stderr] 118 | | EvalError); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused import: `storage` [INFO] [stderr] --> src/traits/rfield.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use storage::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `storage` [INFO] [stderr] --> src/grow.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use storage::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `X` should have a snake case name [INFO] [stderr] --> src/traits/mod.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | fn set_s(&mut self, X: SEXP); [INFO] [stderr] | ^ help: convert the identifier to snake case: `x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.39s [INFO] running `"docker" "inspect" "e3ea1bdd2fd74540bbf90e36ac1fcb9202db14d4a8f994c10065b56befef8118"` [INFO] running `"docker" "rm" "-f" "e3ea1bdd2fd74540bbf90e36ac1fcb9202db14d4a8f994c10065b56befef8118"` [INFO] [stdout] e3ea1bdd2fd74540bbf90e36ac1fcb9202db14d4a8f994c10065b56befef8118 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rustr/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 05da465a7b123f8490c5fc44e6add592f4aa54301fcb5adc588952c2589c6dcc [INFO] running `"docker" "start" "-a" "05da465a7b123f8490c5fc44e6add592f4aa54301fcb5adc588952c2589c6dcc"` [INFO] [stderr] Compiling rustr v0.1.9 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/rtype.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | /// ////////////VECTOR BEGIN [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | CHARSXP => RTypeEnum::CHAR, [INFO] [stderr] | -------------------------- rustdoc does not generate documentation for match arms [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/rtype.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | /// ///////////VECTOR END [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 67 | DOTSXP => RTypeEnum::DOT, [INFO] [stderr] | ------------------------ rustdoc does not generate documentation for match arms [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.libtests_engine.939nl046-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.libtests_engine.939nl046-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.libtests_engine.939nl046-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.libtests_engine.939nl046-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.libtests_engine.939nl046-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6" "/opt/crater/target/debug/deps/libtests_engine-99fc3c8baf86fef6.e4mnd2k1qa9mtob.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/librustr-708744aaae38c42e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lR" "-lR" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lR [INFO] [stderr] /usr/bin/ld: cannot find -lR [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.engine.bkvdxtfv-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.engine.bkvdxtfv-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.engine.bkvdxtfv-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.engine.bkvdxtfv-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.engine.bkvdxtfv-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076" "/opt/crater/target/debug/examples/engine-d957e9e5c6ace076.52ydaqdjbp6a5zsv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librustr-708744aaae38c42e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lR" "-lR" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lR [INFO] [stderr] /usr/bin/ld: cannot find -lR [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: Could not compile `rustr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `rustr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:69:33 [INFO] [stderr] | [INFO] [stderr] 69 | unsafe { Ok(Rf_inherits((self.data), class.as_ptr()) == Rboolean::TRUE) } [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:76:46 [INFO] [stderr] | [INFO] [stderr] 76 | self.data = rustr_replace_object((self.data), x); [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/storage.rs:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | unsafe { Ok(Rf_inherits((self.data), class.as_ptr()) == Rboolean::TRUE) } [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::*` [INFO] [stderr] --> src/traits/attr.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use error::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | Other(ref c) => c.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | / gen_fmt!(Interrupted, [INFO] [stderr] 95 | | NotAMatrix, [INFO] [stderr] 96 | | IndexOutOfBounds, [INFO] [stderr] 97 | | ParseError, [INFO] [stderr] ... | [INFO] [stderr] 117 | | FunctionNotExported, [INFO] [stderr] 118 | | EvalError); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | |* => c.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | / gen_fmt!(Interrupted, [INFO] [stderr] 95 | | NotAMatrix, [INFO] [stderr] 96 | | IndexOutOfBounds, [INFO] [stderr] 97 | | ParseError, [INFO] [stderr] ... | [INFO] [stderr] 117 | | FunctionNotExported, [INFO] [stderr] 118 | | EvalError); [INFO] [stderr] | |____________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused import: `storage` [INFO] [stderr] --> src/traits/rfield.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use storage::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `storage` [INFO] [stderr] --> src/grow.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use storage::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `X` should have a snake case name [INFO] [stderr] --> src/traits/mod.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | fn set_s(&mut self, X: SEXP); [INFO] [stderr] | ^ help: convert the identifier to snake case: `x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.rustr.8oyds1nf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.rustr.8oyds1nf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.rustr.8oyds1nf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.rustr.8oyds1nf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.rustr.8oyds1nf-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0" "/opt/crater/target/debug/deps/rustr-0a9a151c92f095b0.3jkhijorcyb45zob.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lR" "-lR" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lR [INFO] [stderr] /usr/bin/ld: cannot find -lR [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rustr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "05da465a7b123f8490c5fc44e6add592f4aa54301fcb5adc588952c2589c6dcc"` [INFO] running `"docker" "rm" "-f" "05da465a7b123f8490c5fc44e6add592f4aa54301fcb5adc588952c2589c6dcc"` [INFO] [stdout] 05da465a7b123f8490c5fc44e6add592f4aa54301fcb5adc588952c2589c6dcc