[INFO] crate pwr_airly 0.2.0 is already in cache [INFO] testing pwr_airly-0.2.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate pwr_airly 0.2.0 into work/builds/worker-11/source [INFO] validating manifest of crates.io crate pwr_airly 0.2.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pwr_airly 0.2.0 [INFO] finished tweaking crates.io crate pwr_airly 0.2.0 [INFO] tweaked toml for crates.io crate pwr_airly 0.2.0 written to work/builds/worker-11/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 7fc3eb8d6eda799f7247d1b498b884b0a1126059fb86a91de3b6001d916617f6 [INFO] running `"docker" "start" "-a" "7fc3eb8d6eda799f7247d1b498b884b0a1126059fb86a91de3b6001d916617f6"` [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling pwr_airly v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.10s [INFO] running `"docker" "inspect" "7fc3eb8d6eda799f7247d1b498b884b0a1126059fb86a91de3b6001d916617f6"` [INFO] running `"docker" "rm" "-f" "7fc3eb8d6eda799f7247d1b498b884b0a1126059fb86a91de3b6001d916617f6"` [INFO] [stdout] 7fc3eb8d6eda799f7247d1b498b884b0a1126059fb86a91de3b6001d916617f6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d19b2bdad3055005c6114f2c69ef0e143a0b6da2864a81d3b979a6de494df557 [INFO] running `"docker" "start" "-a" "d19b2bdad3055005c6114f2c69ef0e143a0b6da2864a81d3b979a6de494df557"` [INFO] [stderr] Compiling pwr_airly v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/getting-nearest-installations.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/getting-specific-installations.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/getting-measurements-for-installation.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/getting-measurements-for-point.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.getting_measurements_for_point.5orfd5ya-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48" "/opt/rustwide/target/debug/examples/getting_measurements_for_point-42456cd86ec4ab48.46anaukac4nst822.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f66bd34361c58f86/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpwr_airly-754db11e6eb74541.rlib" "/opt/rustwide/target/debug/deps/libchrono-70574befe67834c9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5e60f6bacf6649ec.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-bde6e33bfe67cf32.rlib" "/opt/rustwide/target/debug/deps/libreqwest-5727a5022ca98534.rlib" "/opt/rustwide/target/debug/deps/libuuid-50d4bdaea5c16881.rlib" "/opt/rustwide/target/debug/deps/librand-4698e61893af559a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-0466e57f824d7b92.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-9332818d705c40a7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b42ba6391255701.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16f13f148e1c6ee4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ccd88191e01f5691.rlib" "/opt/rustwide/target/debug/deps/librand_core-265447ba40b0dcfb.rlib" "/opt/rustwide/target/debug/deps/librand_os-23c23bdef00e4e92.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-7a8a2b3609279bf1.rlib" "/opt/rustwide/target/debug/deps/librand_core-4aa3cc91f7697a4f.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-627057be257c1f13.rlib" "/opt/rustwide/target/debug/deps/libdtoa-011d80b1d2654ad7.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c179cdd614e603f7.rlib" "/opt/rustwide/target/debug/deps/libunicase-60acd66de0567032.rlib" "/opt/rustwide/target/debug/deps/libmime-70003ab0c60806d7.rlib" "/opt/rustwide/target/debug/deps/libflate2-c4aa599f9fc90bcf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-a0990b37d89ce089.rlib" "/opt/rustwide/target/debug/deps/libadler32-b628682ce15ed121.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f9df38a06641e65d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-b7a88440eeb65152.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-43c496ae3cf5dd86.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-15367aec3ea5f4f8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-a1dae36e63863dcf.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-ffd8706f3303c00d.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-1350caadbd308722.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e36418c1ceffae1f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4961bb5087b14aca.rlib" "/opt/rustwide/target/debug/deps/libhyper-d34dd27eebc90b2c.rlib" "/opt/rustwide/target/debug/deps/libwant-7485d60a092d79de.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-2bca25b917c45a7d.rlib" "/opt/rustwide/target/debug/deps/libtokio-6df4e4f727d065c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0fca70c58404e205.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-85598841a0c9c37d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-91a20af24e36b7fc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a83df34059f3e04b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f7a40f0ec891b999.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0a15f9717a13ff60.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-1967ccb3835f4aab.rlib" "/opt/rustwide/target/debug/deps/libnodrop-2429cd2ceac458fc.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-26785ed89409c164.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-14efe6d0d2c73417.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-c17101cef2f216dd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d639785eb0255c16.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-884699a15312c367.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0d50690b0b00bd1e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4c52de923eb3c35b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-c2d40b93841fe551.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d9a302e37bfa5419.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b01e92d2daf9a708.rlib" "/opt/rustwide/target/debug/deps/libmio-7227adc709614ca7.rlib" "/opt/rustwide/target/debug/deps/libnet2-7cdf9ed55490e110.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ddae8baa062d2dee.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-8bcf8aeb8ac32f89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-18900399b556846e.rlib" "/opt/rustwide/target/debug/deps/libh2-9fee4a4a3d506066.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4a59c9b469e24e20.rlib" "/opt/rustwide/target/debug/deps/libstring-b981446e78d7f691.rlib" "/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3f47ace18c452d86.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-cdb15166f1945565.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1c28d23b93f67e46.rlib" "/opt/rustwide/target/debug/deps/libhttp-ad908c8c39593c93.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libfutures-416d2cbfac600b8f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-7029a9a43ef5b939.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-204fbc3c12343abe.rlib" "/opt/rustwide/target/debug/deps/libserde_json-29f99890b391278a.rlib" "/opt/rustwide/target/debug/deps/libryu-6dbb2e6f31cf0558.rlib" "/opt/rustwide/target/debug/deps/libitoa-e736842aeff4074b.rlib" "/opt/rustwide/target/debug/deps/liblog-833296188fe8c24d.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-61c39a359830160f.rlib" "/opt/rustwide/target/debug/deps/liburl-9229458b7a86990f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3e27730a5b655b1e.rlib" "/opt/rustwide/target/debug/deps/libidna-9d79a4be9f8d98a4.rlib" "/opt/rustwide/target/debug/deps/libregex-cc58e35007e12ba4.rlib" "/opt/rustwide/target/debug/deps/libthread_local-476b4cfeb59ceacc.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-641806fdaa87370c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-6539707b1824d8b9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-046d4cf6cd2ea23b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-e8349edb94429f5d.rlib" "/opt/rustwide/target/debug/deps/libtry_from-d2c46cf9b6c42dfb.rlib" "/opt/rustwide/target/debug/deps/libfailure-d9e772260329c00d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-07c858d204cd0094.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6c3c00b5933b3a63.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e2186a891f602d1.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8305082ed3b64c26.rlib" "/opt/rustwide/target/debug/deps/libcookie-a8fe797741233cdd.rlib" "/opt/rustwide/target/debug/deps/libtime-64b8b09fb4a6d2bc.rlib" "/opt/rustwide/target/debug/deps/liburl-a72a174ec3a5c69b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-24177bf8e4a597fd.rlib" "/opt/rustwide/target/debug/deps/libidna-045d1ae9b0112dc5.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c65379e9aa11b52d.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a6ff3ddf243f392a.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-5b064f932e6646ad.rlib" "/opt/rustwide/target/debug/deps/libmatches-25f72eb55a371331.rlib" "/opt/rustwide/target/debug/deps/libbytes-36999be1ca704f51.rlib" "/opt/rustwide/target/debug/deps/libeither-4610d43a825b95ca.rlib" "/opt/rustwide/target/debug/deps/libiovec-239b09dc6f296c45.rlib" "/opt/rustwide/target/debug/deps/liblibc-9f7a5de25bd5699b.rlib" "/opt/rustwide/target/debug/deps/libbase64-1185b35e17751827.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fdd43a3ae319d8ce.rlib" "/opt/rustwide/target/debug/deps/libserde-7b151d47f3e0e035.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `pwr_airly`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d19b2bdad3055005c6114f2c69ef0e143a0b6da2864a81d3b979a6de494df557"` [INFO] running `"docker" "rm" "-f" "d19b2bdad3055005c6114f2c69ef0e143a0b6da2864a81d3b979a6de494df557"` [INFO] [stdout] d19b2bdad3055005c6114f2c69ef0e143a0b6da2864a81d3b979a6de494df557