[INFO] updating cached repository chuckries/rust-com [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chuckries/rust-com [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chuckries/rust-com" "work/ex/beta-1.38-1/sources/1.37.0/gh/chuckries/rust-com"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chuckries/rust-com'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chuckries/rust-com" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chuckries/rust-com"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chuckries/rust-com'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0837e1d12963c3d96dfe2024792dd623fe5bebad [INFO] sha for GitHub repo chuckries/rust-com: 0837e1d12963c3d96dfe2024792dd623fe5bebad [INFO] validating manifest of chuckries/rust-com 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 chuckries/rust-com 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 chuckries/rust-com [INFO] finished frobbing chuckries/rust-com [INFO] frobbed toml for chuckries/rust-com written to work/ex/beta-1.38-1/sources/1.37.0/gh/chuckries/rust-com/Cargo.toml [INFO] started frobbing chuckries/rust-com [INFO] finished frobbing chuckries/rust-com [INFO] frobbed toml for chuckries/rust-com written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chuckries/rust-com/Cargo.toml [INFO] crate chuckries/rust-com 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/chuckries/rust-com/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] testing chuckries/rust-com 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/chuckries/rust-com:/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] 2fa4c73b6730593115b12ea19e62d226255d81162429b3d4f3e64707d9db0b4e [INFO] running `"docker" "start" "-a" "2fa4c73b6730593115b12ea19e62d226255d81162429b3d4f3e64707d9db0b4e"` [INFO] [stderr] Compiling rust-com v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `CLSID_ShApp` should have an upper case name [INFO] [stderr] --> src/main.rs:132:15 [INFO] [stderr] | [INFO] [stderr] 132 | DEFINE_GUID!{CLSID_ShApp, 0x13709620, 0xC279, 0x11CE, 0xA4,0x9E, 0x44,0x45,0x53,0x54,0x00,0x00} [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `CLSID_SH_APP` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `IID_IUnknown` should have an upper case name [INFO] [stderr] --> src/main.rs:193:15 [INFO] [stderr] | [INFO] [stderr] 193 | DEFINE_GUID!{IID_IUnknown, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `IID_IUNKNOWN` [INFO] [stderr] [INFO] [stderr] warning: static variable `IID_IClassFactory` should have an upper case name [INFO] [stderr] --> src/main.rs:208:15 [INFO] [stderr] | [INFO] [stderr] 208 | DEFINE_GUID!{IID_IClassFactory, 0x00000001, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IID_ICLASS_FACTORY` [INFO] [stderr] [INFO] [stderr] warning: static variable `IID_IDispatch` should have an upper case name [INFO] [stderr] --> src/main.rs:223:15 [INFO] [stderr] | [INFO] [stderr] 223 | DEFINE_GUID!{IID_IDispatch, 0x00020400, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46} [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IID_IDISPATCH` [INFO] [stderr] [INFO] [stderr] warning: static variable `IID_ITypeInfo` should have an upper case name [INFO] [stderr] --> src/main.rs:240:15 [INFO] [stderr] | [INFO] [stderr] 240 | DEFINE_GUID!{IID_ITypeInfo, 0x00020401, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46} [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IID_ITYPE_INFO` [INFO] [stderr] [INFO] [stderr] warning: static variable `IID_IShellDispatch` should have an upper case name [INFO] [stderr] --> src/main.rs:255:15 [INFO] [stderr] | [INFO] [stderr] 255 | DEFINE_GUID!{IID_IShellDispatch, 0xd8f015c0, 0xc278, 0x11ce, 0xa4,0x9e, 0x44,0x45,0x53,0x54,0x00,0x00} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IID_ISHELL_DISPATCH` [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/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.rust_com.cnnbgsfj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3" "/opt/crater/target/debug/deps/rust_com-54cc022aa30ca5a3.1987qg3110xddlhr.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" "-lole32" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblibc-aafb0c5c9e710352.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" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lole32 [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 `rust-com`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2fa4c73b6730593115b12ea19e62d226255d81162429b3d4f3e64707d9db0b4e"` [INFO] running `"docker" "rm" "-f" "2fa4c73b6730593115b12ea19e62d226255d81162429b3d4f3e64707d9db0b4e"` [INFO] [stdout] 2fa4c73b6730593115b12ea19e62d226255d81162429b3d4f3e64707d9db0b4e