[INFO] updating cached repository https://github.com/retro486/task-progress [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] ab1fe3ae72dd8f58b2e4589eb19478227558608e [INFO] testing retro486/task-progress against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretro486%2Ftask-progress" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/retro486/task-progress on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/retro486/task-progress [INFO] finished tweaking git repo https://github.com/retro486/task-progress [INFO] tweaked toml for git repo https://github.com/retro486/task-progress written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/retro486/task-progress already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] e0e68595279bf7727542f353379ca0c96f8748c14fb881f828bebc10421e0265 [INFO] running `"docker" "start" "-a" "e0e68595279bf7727542f353379ca0c96f8748c14fb881f828bebc10421e0265"` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling if_rust_version v1.0.0 [INFO] [stderr] Compiling procedural-masquerade v0.1.6 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling cpp_synom v0.12.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling cpp_syn v0.12.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling cpp_common v0.4.0 [INFO] [stderr] Compiling cpp_synmap v0.3.0 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling cpp_build v0.4.0 [INFO] [stderr] Compiling cpp_macros v0.4.0 [INFO] [stderr] Compiling retro486-task-progress v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cpp v0.4.0 [INFO] [stderr] Compiling qmetaobject_impl v0.0.5 [INFO] [stderr] Compiling cpp_common v0.5.4 [INFO] [stderr] Compiling cpp_build v0.5.4 [INFO] [stderr] Compiling cpp_macros v0.5.4 [INFO] [stderr] Compiling qmetaobject v0.0.5 [INFO] [stderr] Compiling cstr-macros v0.1.6 [INFO] [stderr] Compiling cstr v0.1.7 [INFO] [stderr] Compiling cpp v0.5.4 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | base: qt_base_class!(trait QAbstractListModel), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn QAbstractListModel` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | base: qt_base_class!(trait QAbstractListModel), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn QAbstractListModel` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:115:9 [INFO] [stderr] | [INFO] [stderr] 115 | / cpp!{[]{ [INFO] [stderr] 116 | | QCoreApplication::setApplicationName(QStringLiteral("retro486-task-progress.retro486")); [INFO] [stderr] 117 | | }} [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/qrc.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / qrc!(qml_resources, [INFO] [stderr] 2 | | "/" { [INFO] [stderr] 3 | | "qml/Main.qml" [INFO] [stderr] 4 | | }, [INFO] [stderr] 5 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `m_task` [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let m_task = self.data.get(index.row() as usize); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_m_task` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.retro486_task_progress.5jracyhz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9" "/opt/rustwide/target/debug/deps/retro486_task_progress-81add3a67aed84d9.2fvib7i8kqepf0wa.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/retro486-task-progress-44cf3eb62a5020f1/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/qmetaobject-85a9843da579985e/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lrust_cpp_generated" "-Wl,--no-whole-archive" "-Wl,-Bdynamic" "-lstdc++" "-lQt5Widgets" "-lQt5Gui" "-lQt5Core" "-lQt5Quick" "-lQt5Qml" "-lQt5QuickControls2" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libqmetaobject-0894cc1e20bbb2cc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libcpp-900762d41d421f66.rlib" "/opt/rustwide/target/debug/deps/libcpp-2de555a380ae32b1.rlib" "/opt/rustwide/target/debug/deps/libcstr-de1d73b705c99285.rlib" "/opt/rustwide/target/debug/deps/libprocedural_masquerade-328e2cf816043bcb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lQt5Widgets" "-lQt5Gui" "-lQt5Core" "-lQt5Quick" "-lQt5Qml" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lQt5QuickControls2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `retro486-task-progress`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e0e68595279bf7727542f353379ca0c96f8748c14fb881f828bebc10421e0265"` [INFO] running `"docker" "rm" "-f" "e0e68595279bf7727542f353379ca0c96f8748c14fb881f828bebc10421e0265"` [INFO] [stdout] e0e68595279bf7727542f353379ca0c96f8748c14fb881f828bebc10421e0265