[INFO] fetching crate yubico 0.6.1... [INFO] extracting crate yubico 0.6.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/yubico/0.6.1 [INFO] extracting crate yubico 0.6.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/yubico/0.6.1 [INFO] validating manifest of yubico-0.6.1 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 yubico-0.6.1 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 yubico-0.6.1 [INFO] finished frobbing yubico-0.6.1 [INFO] frobbed toml for yubico-0.6.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/yubico/0.6.1/Cargo.toml [INFO] started frobbing yubico-0.6.1 [INFO] finished frobbing yubico-0.6.1 [INFO] frobbed toml for yubico-0.6.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/yubico/0.6.1/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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing yubico-0.6.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/yubico/0.6.1:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0a2222b4f5b917503d76f1c1cd4eef41c92a0f882df32b6de7782ca3c91a621b [INFO] running `"docker" "start" "-a" "0a2222b4f5b917503d76f1c1cd4eef41c92a0f882df32b6de7782ca3c91a621b"` [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling subtle v2.1.1 [INFO] [stderr] Compiling libusb-sys v0.2.3 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling structure-macro-impl v0.1.2 [INFO] [stderr] Compiling libusb v0.2.2 [INFO] [stderr] Compiling structure v0.1.2 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling yubico v0.6.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/yubicoerror.rs:134:32 [INFO] [stderr] | [INFO] [stderr] 134 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | let mut challenge = [0; 64]; [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | let mut command = Command::DeviceSerial; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.31s [INFO] running `"docker" "inspect" "0a2222b4f5b917503d76f1c1cd4eef41c92a0f882df32b6de7782ca3c91a621b"` [INFO] running `"docker" "rm" "-f" "0a2222b4f5b917503d76f1c1cd4eef41c92a0f882df32b6de7782ca3c91a621b"` [INFO] [stdout] 0a2222b4f5b917503d76f1c1cd4eef41c92a0f882df32b6de7782ca3c91a621b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/yubico/0.6.1:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ae36086ddea25fa3b97bb94da673218dee61b6b015253e91ed41b8ede09cf16f [INFO] running `"docker" "start" "-a" "ae36086ddea25fa3b97bb94da673218dee61b6b015253e91ed41b8ede09cf16f"` [INFO] [stderr] Compiling yubico v0.6.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/yubicoerror.rs:134:32 [INFO] [stderr] | [INFO] [stderr] 134 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | let mut challenge = [0; 64]; [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | let mut command = Command::DeviceSerial; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name otp_async examples/otp_async.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=081589f25ec3dd97 -C extra-filename=-081589f25ec3dd97 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name otp examples/otp.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=06944eecaab83a4c -C extra-filename=-06944eecaab83a4c --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name otp_custom examples/otp_custom.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=6f1d4e8eeaa7845c -C extra-filename=-6f1d4e8eeaa7845c --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name challenge_response_otp examples/challenge_response_otp.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=31d2332e8cb2c9ef -C extra-filename=-31d2332e8cb2c9ef --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name configuration_hmac examples/configuration_hmac.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=ad72ee5e66218fc0 -C extra-filename=-ad72ee5e66218fc0 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name configuration_otp examples/configuration_otp.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=b1005b78d5f44ee7 -C extra-filename=-b1005b78d5f44ee7 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `yubico`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name challenge_response_hmac examples/challenge_response_hmac.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="libusb"' --cfg 'feature="online"' --cfg 'feature="online-tokio"' --cfg 'feature="reqwest"' --cfg 'feature="usb"' -C metadata=d8836dc89a20dcaa -C extra-filename=-d8836dc89a20dcaa --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern aes_soft=/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern block_modes=/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib --extern crypto_mac=/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hex=/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib --extern hmac=/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib --extern libusb=/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib --extern structure=/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib --extern subtle=/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib --extern threadpool=/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --extern yubico=/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.serial_number.1dnyve2v-cgu.6.rcgu.o" "-o" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d" "/opt/crater/target/debug/examples/serial_number-689617b77c69542d.188xybgqipz8k0e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libyubico-2e267ceb8ab704a1.rlib" "/opt/crater/target/debug/deps/libsubtle-6b2d0de1410625c9.rlib" "/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib" "/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib" "/opt/crater/target/debug/deps/libfake_simd-7c0a92f4d5c361f0.rlib" "/opt/crater/target/debug/deps/libblock_buffer-018eec51680cb36b.rlib" "/opt/crater/target/debug/deps/libhmac-7104cabe6745e9a5.rlib" "/opt/crater/target/debug/deps/libdigest-10ea2b74beac53f8.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-fe89e1a05db13d36.rlib" "/opt/crater/target/debug/deps/libsubtle-983ac00da4bb9f1d.rlib" "/opt/crater/target/debug/deps/libblock_modes-363dba028f889857.rlib" "/opt/crater/target/debug/deps/libblock_padding-a7b01a52b27cf358.rlib" "/opt/crater/target/debug/deps/libbyte_tools-6feb02efb289f50d.rlib" "/opt/crater/target/debug/deps/libaes_soft-a1f0bdc4eaba3073.rlib" "/opt/crater/target/debug/deps/libopaque_debug-9d07eca7d281b0cd.rlib" "/opt/crater/target/debug/deps/libblock_cipher_trait-85dc4407bee787b9.rlib" "/opt/crater/target/debug/deps/libgeneric_array-de547bea5a16b202.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libstructure-5a36098bc90dff5f.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-af45beb90fab5bb5.rlib" "/opt/crater/target/debug/deps/liblibusb-469c8b43f87fa4eb.rlib" "/opt/crater/target/debug/deps/liblibusb_sys-bb42208416480b8b.rlib" "/opt/crater/target/debug/deps/libbit_set-d24dfc1f56dd1c23.rlib" "/opt/crater/target/debug/deps/libbit_vec-7e6e60a1104a84a3.rlib" "/opt/crater/target/debug/deps/libreqwest-f4dcf01fc9aba02c.rlib" "/opt/crater/target/debug/deps/libuuid-fd3ecffadab5c911.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-44551764d70f3676.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libmime_guess-1c6adf5d313719e8.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libflate2-2c8169adf8229e5b.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-f4f711740623d7dc.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-d7b9c6c791bb894e.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libhyper_tls-8910ef7095cd61fb.rlib" "/opt/crater/target/debug/deps/libnative_tls-7485a299114ccfc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-8a28fadf9a103951.rlib" "/opt/crater/target/debug/deps/libopenssl-dd224c3601868c74.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libcookie_store-b8962cf6db9d054a.rlib" "/opt/crater/target/debug/deps/libserde_json-434885ec94ec0f9f.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-8b440d7001157b6b.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liberror_chain-dccb3022c8f983a5.rlib" "/opt/crater/target/debug/deps/libtry_from-fac92bc4556cb2d7.rlib" "/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libcookie-13d4b55d608ef2a6.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lusb-1.0" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: Cannot allocate memory [INFO] [stderr] : error in /opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib(tokio_threadpool-348593e342cb071b.tokio_threadpool.ad1kz7rg-cgu.2.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /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 `yubico`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ae36086ddea25fa3b97bb94da673218dee61b6b015253e91ed41b8ede09cf16f"` [INFO] running `"docker" "rm" "-f" "ae36086ddea25fa3b97bb94da673218dee61b6b015253e91ed41b8ede09cf16f"` [INFO] [stdout] ae36086ddea25fa3b97bb94da673218dee61b6b015253e91ed41b8ede09cf16f