[INFO] updating cached repository https://github.com/chuckries/rust-com [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 0837e1d12963c3d96dfe2024792dd623fe5bebad [INFO] testing chuckries/rust-com against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchuckries%2Frust-com" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chuckries/rust-com on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chuckries/rust-com [INFO] finished tweaking git repo https://github.com/chuckries/rust-com [INFO] tweaked toml for git repo https://github.com/chuckries/rust-com written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/chuckries/rust-com already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 196c1c54e21145241a5f438fd876eca6cf2b1cd2b74718b944912963dc1c9582 [INFO] running `"docker" "start" "-a" "196c1c54e21145241a5f438fd876eca6cf2b1cd2b74718b944912963dc1c9582"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling rust-com v0.0.1 (/opt/rustwide/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/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.rust_com.b1l81mvb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9" "/opt/rustwide/target/debug/deps/rust_com-57d6f2c03cf501e9.2cmlj4em7w3g2um9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lole32" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblibc-789e836d4fd44939.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 6 warnings emitted [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" "196c1c54e21145241a5f438fd876eca6cf2b1cd2b74718b944912963dc1c9582"` [INFO] running `"docker" "rm" "-f" "196c1c54e21145241a5f438fd876eca6cf2b1cd2b74718b944912963dc1c9582"` [INFO] [stdout] 196c1c54e21145241a5f438fd876eca6cf2b1cd2b74718b944912963dc1c9582