[INFO] updating cached repository ubports/afirmflasher [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ubports/afirmflasher [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ubports/afirmflasher" "work/ex/beta-1.38-1/sources/1.37.0/gh/ubports/afirmflasher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ubports/afirmflasher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ubports/afirmflasher" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ubports/afirmflasher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ubports/afirmflasher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8119657b55bc3ac4cefd42c6607e2df3868cdbe1 [INFO] sha for GitHub repo ubports/afirmflasher: 8119657b55bc3ac4cefd42c6607e2df3868cdbe1 [INFO] validating manifest of ubports/afirmflasher on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ubports/afirmflasher on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ubports/afirmflasher [INFO] finished frobbing ubports/afirmflasher [INFO] frobbed toml for ubports/afirmflasher written to work/ex/beta-1.38-1/sources/1.37.0/gh/ubports/afirmflasher/Cargo.toml [INFO] started frobbing ubports/afirmflasher [INFO] finished frobbing ubports/afirmflasher [INFO] frobbed toml for ubports/afirmflasher written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ubports/afirmflasher/Cargo.toml [INFO] crate ubports/afirmflasher already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing ubports/afirmflasher against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ubports/afirmflasher:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 4297c752d6b4fefdbd58380040eb4f1c0115f3b0c3cef784b82175ebd26f6a37 [INFO] running `"docker" "start" "-a" "4297c752d6b4fefdbd58380040eb4f1c0115f3b0c3cef784b82175ebd26f6a37"` [INFO] [stderr] Compiling xattr v0.2.1 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling digest v0.7.4 [INFO] [stderr] Compiling serde_urlencoded v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling tar v0.4.16 [INFO] [stderr] Compiling tokio-fs v0.1.1 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling reqwest v0.8.6 [INFO] [stderr] Compiling afirmflasher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: foreign function is never used: `property_set` [INFO] [stderr] --> src/hybris/properties.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | fn property_set(key: *const c_char, value: *const c_char) -> c_int; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `set` [INFO] [stderr] --> src/hybris/properties.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn set(key: &'static str, value: &'static str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.afirmflasher.4ldkdcuw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e" "/opt/crater/target/debug/deps/afirmflasher-3b0b8e6ab27ae27e.290q8zaps1hjwm60.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-landroid-properties" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsha2-29f09a68a549f5d5.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-0d323610c05e4ac6.rlib" "/opt/crater/target/debug/deps/libarrayref-c1f09da1038f5ce4.rlib" "/opt/crater/target/debug/deps/libdigest-efc7e5333ee657e5.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libtar-08307eeea497efdb.rlib" "/opt/crater/target/debug/deps/libxattr-3b969930560d12ca.rlib" "/opt/crater/target/debug/deps/libfiletime-f21684c1f5b801c0.rlib" "/opt/crater/target/debug/deps/libreqwest-e654c79265a29f64.rlib" "/opt/crater/target/debug/deps/libuuid-8143555905f0b2f5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-34bf18265e9262ea.rlib" "/opt/crater/target/debug/deps/liburl-435b4ccf4d8c8f88.rlib" "/opt/crater/target/debug/deps/libidna-0c089e8c54c3bc96.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-764c0690d6a3d1ee.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-4aec038661d98415.rlib" "/opt/crater/target/debug/deps/libmatches-30795f3b92df29f5.rlib" "/opt/crater/target/debug/deps/libmime_guess-0be6b343cb8e9ed8.rlib" "/opt/crater/target/debug/deps/libphf-5c3d011472e6b107.rlib" "/opt/crater/target/debug/deps/libphf_shared-7d42876d324fa0b6.rlib" "/opt/crater/target/debug/deps/libunicase-32c2aebb653b7d99.rlib" "/opt/crater/target/debug/deps/libsiphasher-1bc96b59f32124b4.rlib" "/opt/crater/target/debug/deps/liblibflate-e8ff52fe5c380e8c.rlib" "/opt/crater/target/debug/deps/libcrc-25c12807a5ce42bc.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libhyper_tls-3f69a3b712c27099.rlib" "/opt/crater/target/debug/deps/libtokio_tls-fcffa3e1f628a5cb.rlib" "/opt/crater/target/debug/deps/libnative_tls-0540577ffed86028.rlib" "/opt/crater/target/debug/deps/libopenssl-3bbe20936cfbefb3.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-7c49c132124355b1.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libhyper-7d017a44730e5131.rlib" "/opt/crater/target/debug/deps/libwant-52f1adf060fece1b.rlib" "/opt/crater/target/debug/deps/libtry_lock-7997ce6b764fa3de.rlib" "/opt/crater/target/debug/deps/libtokio_proto-bebdacbf03be86fa.rlib" "/opt/crater/target/debug/deps/liblog-23c5750c40e42aba.rlib" "/opt/crater/target/debug/deps/libtokio_service-bc1609eeaedce100.rlib" "/opt/crater/target/debug/deps/libtake-b3deecc5ce1ba025.rlib" "/opt/crater/target/debug/deps/libsmallvec-3645e21488d3716e.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/librand-329e009713fec818.rlib" "/opt/crater/target/debug/deps/libtokio_core-b50fa927ed897312.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/libtokio-16565bde8c4bc01c.rlib" "/opt/crater/target/debug/deps/libtokio_udp-c77514c9ff4af9b3.rlib" "/opt/crater/target/debug/deps/libtokio_codec-199a25de4537c632.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5c1571b5c14deb0a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-5e661a44133575e6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-3237c005cfe74ded.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b2d5be74ed37439e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-9bf018f7eadc92c8.rlib" "/opt/crater/target/debug/deps/librand-491943e98e6e4ec0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a1db5dab6c56b57.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-cf00e967f636757d.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libmemoffset-6c4b37f364c61d2a.rlib" "/opt/crater/target/debug/deps/liblazy_static-159edd98394cf90d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7a27f2a064a9f091.rlib" "/opt/crater/target/debug/deps/libarrayvec-a0d6009ed9c5e034.rlib" "/opt/crater/target/debug/deps/libnodrop-4e986c2cb71c811e.rlib" "/opt/crater/target/debug/deps/libtokio_executor-376e0657dbf07675.rlib" "/opt/crater/target/debug/deps/libtokio_io-835affb0ada35f56.rlib" "/opt/crater/target/debug/deps/libmio-4b89654c4ac32184.rlib" "/opt/crater/target/debug/deps/libslab-5ba5e0ab3535f558.rlib" "/opt/crater/target/debug/deps/liblazycell-4aff62803df25dee.rlib" "/opt/crater/target/debug/deps/libtime-a7dacc2f71bb868f.rlib" "/opt/crater/target/debug/deps/librelay-f0deba65561e94fe.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libnet2-84d6588a3a7d41fd.rlib" "/opt/crater/target/debug/deps/libmime-6467f8ca24e892d6.rlib" "/opt/crater/target/debug/deps/libunicase-9acfffdb785fc84e.rlib" "/opt/crater/target/debug/deps/liblog-a69afe7b82a08d86.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libhttparse-2f0e6643a4144595.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b0e926a2fe3d49a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-a8e3889e8b7bbef7.rlib" "/opt/crater/target/debug/deps/libbase64-85b57b984467a427.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libfutures-3661a280aa742451.rlib" "/opt/crater/target/debug/deps/libencoding_rs-c202ef7e272b8a65.rlib" "/opt/crater/target/debug/deps/libcfg_if-02c283d48e44cfa5.rlib" "/opt/crater/target/debug/deps/libbytes-b8fe45247ec10c3c.rlib" "/opt/crater/target/debug/deps/libiovec-331bac4d0b6b2422.rlib" "/opt/crater/target/debug/deps/liblibc-8f6d2a92b9de74ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-d43fc37a075b6371.rlib" "/opt/crater/target/debug/deps/libserde_json-72cbbdbe352615f2.rlib" "/opt/crater/target/debug/deps/libitoa-479e1d83c0671c8f.rlib" "/opt/crater/target/debug/deps/libdtoa-ea489d40b5ee3357.rlib" "/opt/crater/target/debug/deps/libserde-1761f931d15bb627.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -landroid-properties [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 `afirmflasher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4297c752d6b4fefdbd58380040eb4f1c0115f3b0c3cef784b82175ebd26f6a37"` [INFO] running `"docker" "rm" "-f" "4297c752d6b4fefdbd58380040eb4f1c0115f3b0c3cef784b82175ebd26f6a37"` [INFO] [stdout] 4297c752d6b4fefdbd58380040eb4f1c0115f3b0c3cef784b82175ebd26f6a37