[INFO] updating cached repository https://github.com/TomBebbington/llvm-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e12320221a4590d5c658306539b235b103651fda [INFO] testing TomBebbington/llvm-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FTomBebbington%2Fllvm-rs" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TomBebbington/llvm-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TomBebbington/llvm-rs [INFO] finished tweaking git repo https://github.com/TomBebbington/llvm-rs [INFO] tweaked toml for git repo https://github.com/TomBebbington/llvm-rs written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/TomBebbington/llvm-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/TomBebbington/llvm-sys.rs` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a2592ad6f730522a89f997f257bc58c2ac9fa884cb63314aec0fd585c988ec0b [INFO] running `"docker" "start" "-a" "a2592ad6f730522a89f997f257bc58c2ac9fa884cb63314aec0fd585c988ec0b"` [INFO] [stderr] Compiling llvm-alt v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling llvm-sys v0.3.0 (https://github.com/TomBebbington/llvm-sys.rs#88a4f2da) [INFO] [stderr] Compiling cbox v0.3.0 [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / macro_rules! build { [INFO] [stderr] 3 | | ($ctx:expr) => () [INFO] [stderr] 4 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the type `&types::Type` does not permit being left uninitialized [INFO] [stderr] --> src/types.rs:111:52 [INFO] [stderr] | [INFO] [stderr] 111 | let mut els:Vec<_> = (0..size).map(|_| mem::uninitialized()).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&types::Type` does not permit being left uninitialized [INFO] [stderr] --> src/types.rs:148:55 [INFO] [stderr] | [INFO] [stderr] 148 | let mut types:Vec<_> = (0..count).map(|_| mem::uninitialized()).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.34s [INFO] running `"docker" "inspect" "a2592ad6f730522a89f997f257bc58c2ac9fa884cb63314aec0fd585c988ec0b"` [INFO] running `"docker" "rm" "-f" "a2592ad6f730522a89f997f257bc58c2ac9fa884cb63314aec0fd585c988ec0b"` [INFO] [stdout] a2592ad6f730522a89f997f257bc58c2ac9fa884cb63314aec0fd585c988ec0b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 09e08c835178e02ea279e923071352cb64d88c49be3c9a6d90327eef29f1c541 [INFO] running `"docker" "start" "-a" "09e08c835178e02ea279e923071352cb64d88c49be3c9a6d90327eef29f1c541"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling llvm-alt v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / macro_rules! build { [INFO] [stderr] 3 | | ($ctx:expr) => () [INFO] [stderr] 4 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the type `&types::Type` does not permit being left uninitialized [INFO] [stderr] --> src/types.rs:111:52 [INFO] [stderr] | [INFO] [stderr] 111 | let mut els:Vec<_> = (0..size).map(|_| mem::uninitialized()).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] = note: References must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `&types::Type` does not permit being left uninitialized [INFO] [stderr] --> src/types.rs:148:55 [INFO] [stderr] | [INFO] [stderr] 148 | let mut types:Vec<_> = (0..count).map(|_| mem::uninitialized()).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: References must be non-null [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.demo_3f.cylu41ut-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd" "/opt/rustwide/target/debug/examples/demo_3f-b1c5a861be3201fd.53s6caytroidfnud.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/llvm-6.0/lib" "-L" "/opt/rustwide/target/debug/build/llvm-sys-32e1759211f3df62/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib" "/opt/rustwide/target/debug/deps/libcbox-6ee3eec559a77709.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-9ef048f06da511e7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-881f2cdffa020668.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lffi" "-lLLVM-6.0" "-lffi" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:259: undefined reference to `LLVMAddFunctionAttr' [INFO] [stderr] collect2: error: ld returned 1 exit status [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.add.3jzlq8vf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51" "/opt/rustwide/target/debug/examples/add-598f710bf3ab1b51.3rsxpzm48tu93jcj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/llvm-6.0/lib" "-L" "/opt/rustwide/target/debug/build/llvm-sys-32e1759211f3df62/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib" "/opt/rustwide/target/debug/deps/libcbox-6ee3eec559a77709.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-9ef048f06da511e7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-881f2cdffa020668.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lffi" "-lLLVM-6.0" "-lffi" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:259: undefined reference to `LLVMAddFunctionAttr' [INFO] [stderr] collect2: error: ld returned 1 exit status [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.fib.en4u21oe-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df" "/opt/rustwide/target/debug/examples/fib-6ca9dbe9d8fd16df.1t58zzfoepzxa210.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/llvm-6.0/lib" "-L" "/opt/rustwide/target/debug/build/llvm-sys-32e1759211f3df62/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib" "/opt/rustwide/target/debug/deps/libcbox-6ee3eec559a77709.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-9ef048f06da511e7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-881f2cdffa020668.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lffi" "-lLLVM-6.0" "-lffi" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:259: undefined reference to `LLVMAddFunctionAttr' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.tan.6cil65qx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6" "/opt/rustwide/target/debug/examples/tan-98627cf60f53a8a6.3icuc9fq2qs9lpcc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/llvm-6.0/lib" "-L" "/opt/rustwide/target/debug/build/llvm-sys-32e1759211f3df62/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib" "/opt/rustwide/target/debug/deps/libcbox-6ee3eec559a77709.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-9ef048f06da511e7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-881f2cdffa020668.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lffi" "-lLLVM-6.0" "-lffi" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:259: undefined reference to `LLVMAddFunctionAttr' [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 `llvm-alt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `llvm-alt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `llvm-alt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `llvm-alt`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.attributes.8y047km4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21" "/opt/rustwide/target/debug/deps/attributes-464cdeae6509ec21.22zkyqvrij1g5933.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/llvm-6.0/lib" "-L" "/opt/rustwide/target/debug/build/llvm-sys-32e1759211f3df62/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib" "/opt/rustwide/target/debug/deps/libcbox-6ee3eec559a77709.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-9ef048f06da511e7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-881f2cdffa020668.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lffi" "-lLLVM-6.0" "-lffi" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Arg::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:109: undefined reference to `LLVMAddAttribute' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Arg::has_attribute': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:114: undefined reference to `LLVMGetAttribute' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Arg::has_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:121: undefined reference to `LLVMGetAttribute' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Arg::remove_attribute': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:132: undefined reference to `LLVMRemoveAttribute' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::add_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:259: undefined reference to `LLVMAddFunctionAttr' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::has_attribute': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:264: undefined reference to `LLVMGetFunctionAttr' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::has_attributes': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:271: undefined reference to `LLVMGetFunctionAttr' [INFO] [stderr] /opt/rustwide/target/debug/deps/libllvm-30a8c0c50b89834c.rlib(llvm-30a8c0c50b89834c.llvm.c0vvt8qh-cgu.0.rcgu.o): In function `llvm::value::Function::remove_attribute': [INFO] [stderr] /opt/rustwide/workdir/src/value.rs:282: undefined reference to `LLVMRemoveFunctionAttr' [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 `llvm-alt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "09e08c835178e02ea279e923071352cb64d88c49be3c9a6d90327eef29f1c541"` [INFO] running `"docker" "rm" "-f" "09e08c835178e02ea279e923071352cb64d88c49be3c9a6d90327eef29f1c541"` [INFO] [stdout] 09e08c835178e02ea279e923071352cb64d88c49be3c9a6d90327eef29f1c541