[INFO] crate agnes 0.2.0 is already in cache [INFO] extracting crate agnes 0.2.0 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/agnes/0.2.0 [INFO] extracting crate agnes 0.2.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/agnes/0.2.0 [INFO] validating manifest of agnes-0.2.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of agnes-0.2.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing agnes-0.2.0 [INFO] removed 1 missing examples [INFO] finished frobbing agnes-0.2.0 [INFO] frobbed toml for agnes-0.2.0 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/agnes/0.2.0/Cargo.toml [INFO] started frobbing agnes-0.2.0 [INFO] removed 1 missing examples [INFO] finished frobbing agnes-0.2.0 [INFO] frobbed toml for agnes-0.2.0 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/agnes/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building agnes-0.2.0 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/agnes/0.2.0:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 16101e1416723a0a5a730625f65c120fb1ce1f390648ac2fa1793771d216d9fd [INFO] running `"docker" "start" "-a" "16101e1416723a0a5a730625f65c120fb1ce1f390648ac2fa1793771d216d9fd"` [INFO] [stderr] Compiling indexmap v0.4.1 [INFO] [stderr] Compiling csv-sniffer v0.1.1 [INFO] [stderr] Compiling agnes v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | macro_rules! scalar_addition { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | macro_rules! scalar_subtraction { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | macro_rules! scalar_multiplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | macro_rules! scalar_division { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:242:1 [INFO] [stderr] | [INFO] [stderr] 242 | macro_rules! scalar_ops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | macro_rules! field_addition { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:120:1 [INFO] [stderr] | [INFO] [stderr] 120 | macro_rules! field_subtraction { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:149:1 [INFO] [stderr] | [INFO] [stderr] 149 | macro_rules! field_multiplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:177:1 [INFO] [stderr] | [INFO] [stderr] 177 | macro_rules! field_division { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:205:1 [INFO] [stderr] | [INFO] [stderr] 205 | macro_rules! field_ops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | macro_rules! map { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:395:1 [INFO] [stderr] | [INFO] [stderr] 395 | macro_rules! StorageTypes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | macro_rules! DataTypes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:427:1 [INFO] [stderr] | [INFO] [stderr] 427 | macro_rules! data_types { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/unique.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | macro_rules! composite_unique_indices { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/unique.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | macro_rules! composite_unique { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.91s [INFO] running `"docker" "inspect" "16101e1416723a0a5a730625f65c120fb1ce1f390648ac2fa1793771d216d9fd"` [INFO] running `"docker" "rm" "-f" "16101e1416723a0a5a730625f65c120fb1ce1f390648ac2fa1793771d216d9fd"` [INFO] [stdout] 16101e1416723a0a5a730625f65c120fb1ce1f390648ac2fa1793771d216d9fd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/agnes/0.2.0:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bd92a1171d46336dcf24db3c25b6a6707487546f8199d7f12dacf35b31cb129c [INFO] running `"docker" "start" "-a" "bd92a1171d46336dcf24db3c25b6a6707487546f8199d7f12dacf35b31cb129c"` [INFO] [stderr] Compiling agnes v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error: Could not compile `agnes`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gdp_life examples/gdp_life.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b8056f5e850d5216 -C extra-filename=-b8056f5e850d5216 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern agnes=/opt/crater/target/debug/deps/libagnes-3e50be75d1e305c1.rlib --extern bit_vec=/opt/crater/target/debug/deps/libbit_vec-25f25a3f78f2c63b.rlib --extern csv=/opt/crater/target/debug/deps/libcsv-a7a9da91b29f9c0f.rlib --extern csv_sniffer=/opt/crater/target/debug/deps/libcsv_sniffer-b512bab1e8c7d041.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-eaab160b4e93ae69.rlib --extern hyper_tls=/opt/crater/target/debug/deps/libhyper_tls-9cad24f989ecc522.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-1bea95c54b55509a.rlib --extern mashup=/opt/crater/target/debug/deps/libmashup-e43b92f0a0891a78.rlib --extern native_tls=/opt/crater/target/debug/deps/libnative_tls-11a1dfb10f38bd4b.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-e26f738aab70fd8d.rlib --extern prettytable=/opt/crater/target/debug/deps/libprettytable-ff13c55aea76060a.rlib --extern rand=/opt/crater/target/debug/deps/librand-9774f9defd054f4d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-464d496aedb8e6aa.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-265a98fa27738ab7.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-15126015b5915375.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.file_reader_test.ce0hrxik-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18" "/opt/crater/target/debug/deps/file_reader_test-566cc345dc584a18.53dw1546iercfpko.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libagnes-3e50be75d1e305c1.rlib" "/opt/crater/target/debug/deps/libmashup-e43b92f0a0891a78.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-f645474d14cab4eb.rlib" "/opt/crater/target/debug/deps/libtempfile-265a98fa27738ab7.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-56a57779539c25df.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-b512bab1e8c7d041.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libprettytable-ff13c55aea76060a.rlib" "/opt/crater/target/debug/deps/libencode_unicode-6241a2d8093fcf1b.rlib" "/opt/crater/target/debug/deps/liblazy_static-67ad5f93fdd59c3a.rlib" "/opt/crater/target/debug/deps/libcsv-72cd81b96b0539d9.rlib" "/opt/crater/target/debug/deps/librustc_serialize-2bcc2756e320603b.rlib" "/opt/crater/target/debug/deps/libmemchr-d13d64362607cd50.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libterm-122e7368bdf811cc.rlib" "/opt/crater/target/debug/deps/libunicode_width-66c2da54608d2f18.rlib" "/opt/crater/target/debug/deps/libbit_vec-25f25a3f78f2c63b.rlib" "/opt/crater/target/debug/deps/libindexmap-1bea95c54b55509a.rlib" "/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-6ec20efef429441b.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-ade434e48d05c357.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-113712cc11c6e574.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-6c303ef14f49e234.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-2ef6ca440364d2e3.rlib" "/opt/crater/target/debug/deps/libcsv-a7a9da91b29f9c0f.rlib" "/opt/crater/target/debug/deps/libcsv_core-6c6aa179e2d53d72.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libhyper_tls-9cad24f989ecc522.rlib" "/opt/crater/target/debug/deps/libtokio_tls-57fd2fca23a92c09.rlib" "/opt/crater/target/debug/deps/libnative_tls-11a1dfb10f38bd4b.rlib" "/opt/crater/target/debug/deps/libopenssl-49686296836e42fe.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-64d3802920dc3036.rlib" "/opt/crater/target/debug/deps/libhyper-eaab160b4e93ae69.rlib" "/opt/crater/target/debug/deps/libwant-a62793b93927b810.rlib" "/opt/crater/target/debug/deps/libtry_lock-e5a12227ec10b603.rlib" "/opt/crater/target/debug/deps/libtokio_proto-9cae78fc618b4841.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-15126015b5915375.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib" "/opt/crater/target/debug/deps/libtokio_uds-438571ddb714f8a3.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0e5da7f9d7f08e2b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b801d03516c49568.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b4ccc2ffd7f731e7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-45fccfdb44cee666.rlib" "/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-f3acbd33b71a4572.rlib" "/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib" "/opt/crater/target/debug/deps/librand_xorshift-1459fba5fb0daa73.rlib" "/opt/crater/target/debug/deps/librand_pcg-6360260e2f414c32.rlib" "/opt/crater/target/debug/deps/librand_hc-5c7df61c23b06cb9.rlib" "/opt/crater/target/debug/deps/librand_chacha-7679f36bb19cded7.rlib" "/opt/crater/target/debug/deps/librand_isaac-337bf113ff4988ce.rlib" "/opt/crater/target/debug/deps/librand_core-19fce20056a8e960.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/librelay-0882fe63527dab0c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libnum_traits-e26f738aab70fd8d.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `agnes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.dataview.188fkp4r-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd" "/opt/crater/target/debug/deps/dataview-03a6133fb0b164bd.12kf8duzqw6730h7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libagnes-3e50be75d1e305c1.rlib" "/opt/crater/target/debug/deps/libmashup-e43b92f0a0891a78.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-f645474d14cab4eb.rlib" "/opt/crater/target/debug/deps/libtempfile-265a98fa27738ab7.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-56a57779539c25df.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-b512bab1e8c7d041.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libprettytable-ff13c55aea76060a.rlib" "/opt/crater/target/debug/deps/libencode_unicode-6241a2d8093fcf1b.rlib" "/opt/crater/target/debug/deps/liblazy_static-67ad5f93fdd59c3a.rlib" "/opt/crater/target/debug/deps/libcsv-72cd81b96b0539d9.rlib" "/opt/crater/target/debug/deps/librustc_serialize-2bcc2756e320603b.rlib" "/opt/crater/target/debug/deps/libmemchr-d13d64362607cd50.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libterm-122e7368bdf811cc.rlib" "/opt/crater/target/debug/deps/libunicode_width-66c2da54608d2f18.rlib" "/opt/crater/target/debug/deps/libbit_vec-25f25a3f78f2c63b.rlib" "/opt/crater/target/debug/deps/libindexmap-1bea95c54b55509a.rlib" "/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-6ec20efef429441b.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-ade434e48d05c357.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-113712cc11c6e574.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-6c303ef14f49e234.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-2ef6ca440364d2e3.rlib" "/opt/crater/target/debug/deps/libcsv-a7a9da91b29f9c0f.rlib" "/opt/crater/target/debug/deps/libcsv_core-6c6aa179e2d53d72.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libhyper_tls-9cad24f989ecc522.rlib" "/opt/crater/target/debug/deps/libtokio_tls-57fd2fca23a92c09.rlib" "/opt/crater/target/debug/deps/libnative_tls-11a1dfb10f38bd4b.rlib" "/opt/crater/target/debug/deps/libopenssl-49686296836e42fe.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-64d3802920dc3036.rlib" "/opt/crater/target/debug/deps/libhyper-eaab160b4e93ae69.rlib" "/opt/crater/target/debug/deps/libwant-a62793b93927b810.rlib" "/opt/crater/target/debug/deps/libtry_lock-e5a12227ec10b603.rlib" "/opt/crater/target/debug/deps/libtokio_proto-9cae78fc618b4841.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-15126015b5915375.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib" "/opt/crater/target/debug/deps/libtokio_uds-438571ddb714f8a3.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0e5da7f9d7f08e2b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b801d03516c49568.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b4ccc2ffd7f731e7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-45fccfdb44cee666.rlib" "/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-f3acbd33b71a4572.rlib" "/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib" "/opt/crater/target/debug/deps/librand_xorshift-1459fba5fb0daa73.rlib" "/opt/crater/target/debug/deps/librand_pcg-6360260e2f414c32.rlib" "/opt/crater/target/debug/deps/librand_hc-5c7df61c23b06cb9.rlib" "/opt/crater/target/debug/deps/librand_chacha-7679f36bb19cded7.rlib" "/opt/crater/target/debug/deps/librand_isaac-337bf113ff4988ce.rlib" "/opt/crater/target/debug/deps/librand_core-19fce20056a8e960.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/librelay-0882fe63527dab0c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libnum_traits-e26f738aab70fd8d.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `agnes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.serialize.8v95h5e4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca" "/opt/crater/target/debug/deps/serialize-2067a6577d53ddca.tdovu1v4m8v4tbl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libagnes-3e50be75d1e305c1.rlib" "/opt/crater/target/debug/deps/libmashup-e43b92f0a0891a78.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-f645474d14cab4eb.rlib" "/opt/crater/target/debug/deps/libtempfile-265a98fa27738ab7.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-56a57779539c25df.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-b512bab1e8c7d041.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libprettytable-ff13c55aea76060a.rlib" "/opt/crater/target/debug/deps/libencode_unicode-6241a2d8093fcf1b.rlib" "/opt/crater/target/debug/deps/liblazy_static-67ad5f93fdd59c3a.rlib" "/opt/crater/target/debug/deps/libcsv-72cd81b96b0539d9.rlib" "/opt/crater/target/debug/deps/librustc_serialize-2bcc2756e320603b.rlib" "/opt/crater/target/debug/deps/libmemchr-d13d64362607cd50.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libterm-122e7368bdf811cc.rlib" "/opt/crater/target/debug/deps/libunicode_width-66c2da54608d2f18.rlib" "/opt/crater/target/debug/deps/libbit_vec-25f25a3f78f2c63b.rlib" "/opt/crater/target/debug/deps/libindexmap-1bea95c54b55509a.rlib" "/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-6ec20efef429441b.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-ade434e48d05c357.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-113712cc11c6e574.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-6c303ef14f49e234.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-2ef6ca440364d2e3.rlib" "/opt/crater/target/debug/deps/libcsv-a7a9da91b29f9c0f.rlib" "/opt/crater/target/debug/deps/libcsv_core-6c6aa179e2d53d72.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libhyper_tls-9cad24f989ecc522.rlib" "/opt/crater/target/debug/deps/libtokio_tls-57fd2fca23a92c09.rlib" "/opt/crater/target/debug/deps/libnative_tls-11a1dfb10f38bd4b.rlib" "/opt/crater/target/debug/deps/libopenssl-49686296836e42fe.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-64d3802920dc3036.rlib" "/opt/crater/target/debug/deps/libhyper-eaab160b4e93ae69.rlib" "/opt/crater/target/debug/deps/libwant-a62793b93927b810.rlib" "/opt/crater/target/debug/deps/libtry_lock-e5a12227ec10b603.rlib" "/opt/crater/target/debug/deps/libtokio_proto-9cae78fc618b4841.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-15126015b5915375.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib" "/opt/crater/target/debug/deps/libtokio_uds-438571ddb714f8a3.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0e5da7f9d7f08e2b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b801d03516c49568.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b4ccc2ffd7f731e7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-45fccfdb44cee666.rlib" "/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-f3acbd33b71a4572.rlib" "/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib" "/opt/crater/target/debug/deps/librand_xorshift-1459fba5fb0daa73.rlib" "/opt/crater/target/debug/deps/librand_pcg-6360260e2f414c32.rlib" "/opt/crater/target/debug/deps/librand_hc-5c7df61c23b06cb9.rlib" "/opt/crater/target/debug/deps/librand_chacha-7679f36bb19cded7.rlib" "/opt/crater/target/debug/deps/librand_isaac-337bf113ff4988ce.rlib" "/opt/crater/target/debug/deps/librand_core-19fce20056a8e960.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/librelay-0882fe63527dab0c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libnum_traits-e26f738aab70fd8d.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `agnes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | macro_rules! scalar_addition { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | macro_rules! scalar_subtraction { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | macro_rules! scalar_multiplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | macro_rules! scalar_division { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/scalar_op.rs:242:1 [INFO] [stderr] | [INFO] [stderr] 242 | macro_rules! scalar_ops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | macro_rules! field_addition { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:120:1 [INFO] [stderr] | [INFO] [stderr] 120 | macro_rules! field_subtraction { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:149:1 [INFO] [stderr] | [INFO] [stderr] 149 | macro_rules! field_multiplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:177:1 [INFO] [stderr] | [INFO] [stderr] 177 | macro_rules! field_division { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/ops/field_op.rs:205:1 [INFO] [stderr] | [INFO] [stderr] 205 | macro_rules! field_ops { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | macro_rules! map { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:395:1 [INFO] [stderr] | [INFO] [stderr] 395 | macro_rules! StorageTypes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | macro_rules! DataTypes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/data_types.rs:427:1 [INFO] [stderr] | [INFO] [stderr] 427 | macro_rules! data_types { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/unique.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | macro_rules! composite_unique_indices { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/unique.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | macro_rules! composite_unique { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bd92a1171d46336dcf24db3c25b6a6707487546f8199d7f12dacf35b31cb129c"` [INFO] running `"docker" "rm" "-f" "bd92a1171d46336dcf24db3c25b6a6707487546f8199d7f12dacf35b31cb129c"` [INFO] [stdout] bd92a1171d46336dcf24db3c25b6a6707487546f8199d7f12dacf35b31cb129c