[INFO] fetching crate sgx-decode-pib 0.1.2... [INFO] testing sgx-decode-pib-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate sgx-decode-pib 0.1.2 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate sgx-decode-pib 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sgx-decode-pib 0.1.2 [INFO] finished tweaking crates.io crate sgx-decode-pib 0.1.2 [INFO] tweaked toml for crates.io crate sgx-decode-pib 0.1.2 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate crates.io crate sgx-decode-pib 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 980efa8edbc008e58f79c0b62bf73b4f133125b7627048e1d21a85d3d5b819e6 [INFO] running `Command { std: "docker" "start" "-a" "980efa8edbc008e58f79c0b62bf73b4f133125b7627048e1d21a85d3d5b819e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "980efa8edbc008e58f79c0b62bf73b4f133125b7627048e1d21a85d3d5b819e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "980efa8edbc008e58f79c0b62bf73b4f133125b7627048e1d21a85d3d5b819e6", kill_on_drop: false }` [INFO] [stdout] 980efa8edbc008e58f79c0b62bf73b4f133125b7627048e1d21a85d3d5b819e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7eaebaec2c68c75cce7f5b4828697e410e8a41a4917cb5d186b8e44fdb0d9aef [INFO] running `Command { std: "docker" "start" "-a" "7eaebaec2c68c75cce7f5b4828697e410e8a41a4917cb5d186b8e44fdb0d9aef", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling sgx-decode-pib v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling itertools v0.8.1 [INFO] [stdout] warning: lint `safe_packed_borrows` has been renamed to `unaligned_references` [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(safe_packed_borrows)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `unaligned_references` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `svn` [INFO] [stdout] --> src/main.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | svn: [u8; SGX_CPUSVN_SIZE], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `sgx_cpu_svn_t` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cpu_svn` [INFO] [stdout] --> src/main.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | cpu_svn: sgx_cpu_svn_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `psvn_t` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `isv_svn` [INFO] [stdout] --> src/main.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | isv_svn: sgx_isv_svn_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `psvn_t` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.sgx_decode_pib.362ba82b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63.lkfx7qt6pmya5mc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/intel/sgxsdk/lib64" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lsgx_urts" "-lsgx_uae_service" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libitertools-5927aee39337bae7.rlib" "/opt/rustwide/target/debug/deps/libeither-9900628d0b94cc21.rlib" "/opt/rustwide/target/debug/deps/libhex-cb27f739367c08ea.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sgx_decode_pib-1e5cf417ad12af63" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lsgx_urts [INFO] [stdout] /usr/bin/ld: cannot find -lsgx_uae_service [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sgx-decode-pib` due to 2 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "7eaebaec2c68c75cce7f5b4828697e410e8a41a4917cb5d186b8e44fdb0d9aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eaebaec2c68c75cce7f5b4828697e410e8a41a4917cb5d186b8e44fdb0d9aef", kill_on_drop: false }` [INFO] [stdout] 7eaebaec2c68c75cce7f5b4828697e410e8a41a4917cb5d186b8e44fdb0d9aef