[INFO] cloning repository https://github.com/MysteryJump/tapl-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MysteryJump/tapl-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMysteryJump%2Ftapl-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMysteryJump%2Ftapl-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1899d78b048b5b4b5dd94ca296609b8d1d99fc3a [INFO] building MysteryJump/tapl-rust against try#0c94de7c1a8f4b82b92d562847c35f513f520c7a for pr-102832-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMysteryJump%2Ftapl-rust" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MysteryJump/tapl-rust on toolchain 0c94de7c1a8f4b82b92d562847c35f513f520c7a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MysteryJump/tapl-rust [INFO] finished tweaking git repo https://github.com/MysteryJump/tapl-rust [INFO] tweaked toml for git repo https://github.com/MysteryJump/tapl-rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/MysteryJump/tapl-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff11e51abac1e04965fa41f8cfc455c4acb5878550e6460fb158318d54616491 [INFO] running `Command { std: "docker" "start" "-a" "ff11e51abac1e04965fa41f8cfc455c4acb5878550e6460fb158318d54616491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff11e51abac1e04965fa41f8cfc455c4acb5878550e6460fb158318d54616491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff11e51abac1e04965fa41f8cfc455c4acb5878550e6460fb158318d54616491", kill_on_drop: false }` [INFO] [stdout] ff11e51abac1e04965fa41f8cfc455c4acb5878550e6460fb158318d54616491 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ce4a3d0c7d7fd07fa9c752116f275ddb7c45791efbd8bf42bbc19678302bc91 [INFO] running `Command { std: "docker" "start" "-a" "5ce4a3d0c7d7fd07fa9c752116f275ddb7c45791efbd8bf42bbc19678302bc91", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling inkwell v0.1.0 (https://github.com/TheDan64/inkwell?branch=master#f768691f) [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling llvm-sys v100.2.1 [INFO] [stderr] Compiling inkwell_internals v0.3.0 (https://github.com/TheDan64/inkwell?branch=master#f768691f) [INFO] [stderr] Compiling tapl-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `token_stream` [INFO] [stdout] --> src/chapter7.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | fn parse(token_stream: Vec) {} [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_token_stream` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Variable`, `Abstraction` and `Apply` are never constructed [INFO] [stdout] --> src/chapter7.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | enum Term { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] 30 | Variable(i32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 31 | Abstraction(Box), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 32 | Apply(Box, Box), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Term` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcim3oN7/symbols.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.tapl_rust.dff28902-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572.1p00yx7vjbhjtniq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/llvm-sys-957f76fa86efec22/out" "-L" "/usr/lib/llvm-10/lib" "-L" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librand-dd957f3b8d55d128.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e0cc97dac5718f78.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-b7652deb3c1b9b8d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3ecac481a1f6358c.rlib" "/opt/rustwide/target/debug/deps/libinkwell-7963bcc108a09677.rlib" "-Wl,-Bdynamic" "-lffi" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-6a98c0e235d5f671.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-037e1edd5e400425.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e24eefacc9736727.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-77c9d04f2ebdcad0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9e1a29fb397eb73f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dba68b901e1d2035.rlib" "/opt/rustwide/target/debug/deps/liblock_api-777e61f6aefe088a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-ccb4224b4e9829f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7f2816c558eccc80.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib" "-Wl,-Bdynamic" "-lz" "-lrt" "-ldl" "-ltinfo" "-lpthread" "-lm" "-lstdc++" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblibc-5121f6a57e1c0ebf.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7b2106000b625742.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-15accacd1251d941.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-4a45f4075ae80a22.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e89379089032cd0e.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-74211b12b443811c.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1f391b051eb3b957.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-db4d651637ed1365.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-bb8d1566a1046906.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fcf994c37af81dc5.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1791beb5b36e409b.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-6d1ec8f1337db26d.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ce60aba693c46806.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b113a1d1429de7b6.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-757bd6fa410f1121.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a51843dfc5fc8b4b.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-3e961d059b9bcde7.rlib" "-Wl,-Bdynamic" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c6c03e024a2f1e46.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b7c79d85cf21a511.rlib" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0c94de7c1a8f4b82b92d562847c35f513f520c7a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tapl_rust-dd4f7894747c3572" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o): in function `llvm::Interpreter::callExternalFunction(llvm::Function*, llvm::ArrayRef)': [INFO] [stdout] (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0x93f): undefined reference to `ffi_type_void' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0x953): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0x9aa): undefined reference to `ffi_type_double' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0x9d1): undefined reference to `ffi_type_pointer' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xc6b): undefined reference to `ffi_type_void' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xc85): undefined reference to `ffi_type_double' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xcab): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xcb4): undefined reference to `ffi_type_pointer' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xcd6): undefined reference to `ffi_prep_cif' [INFO] [stdout] /usr/bin/ld: (.text._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE+0xdbc): undefined reference to `ffi_call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x0): undefined reference to `ffi_type_sint8' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x8): undefined reference to `ffi_type_sint16' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x10): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x18): undefined reference to `ffi_type_sint32' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x20): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x28): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x30): undefined reference to `ffi_type_float' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libllvm_sys-0244933857ff09b0.rlib(ExternalFunctions.cpp.o):(.data.rel.ro..Lswitch.table._ZN4llvm11Interpreter20callExternalFunctionEPNS_8FunctionENS_8ArrayRefINS_12GenericValueEEE.33+0x38): undefined reference to `ffi_type_sint64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tapl-rust` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5ce4a3d0c7d7fd07fa9c752116f275ddb7c45791efbd8bf42bbc19678302bc91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce4a3d0c7d7fd07fa9c752116f275ddb7c45791efbd8bf42bbc19678302bc91", kill_on_drop: false }` [INFO] [stdout] 5ce4a3d0c7d7fd07fa9c752116f275ddb7c45791efbd8bf42bbc19678302bc91