[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretro486%2Ftask-progress" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/retro486/task-progress 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/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-6/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 6f784a4c1883455e6a752e0754ee80b84b19c599954ef82cfedc18c4618a0e63 [INFO] running `"docker" "start" "-a" "6f784a4c1883455e6a752e0754ee80b84b19c599954ef82cfedc18c4618a0e63"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling if_rust_version v1.0.0 [INFO] [stderr] Compiling cpp_synom v0.12.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cpp_syn v0.12.0 [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 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 qmetaobject v0.0.5 [INFO] [stderr] Compiling cpp_macros v0.5.4 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.retro486_task_progress.1rj34gvo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126" "/opt/rustwide/target/debug/deps/retro486_task_progress-70d9766cc9133126.3whvjwn456zzo9of.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-339ba08a3d4166a7/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/qmetaobject-d8fec65e905d5896/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/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-a419ccb9228b22f8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libcpp-ab3acf919412bd00.rlib" "/opt/rustwide/target/debug/deps/libcpp-dcff4893fafddb56.rlib" "/opt/rustwide/target/debug/deps/libcstr-eedfcba331885f5a.rlib" "/opt/rustwide/target/debug/deps/libprocedural_masquerade-6fe2e8b08ed6feb5.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" "-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" "6f784a4c1883455e6a752e0754ee80b84b19c599954ef82cfedc18c4618a0e63"` [INFO] running `"docker" "rm" "-f" "6f784a4c1883455e6a752e0754ee80b84b19c599954ef82cfedc18c4618a0e63"` [INFO] [stdout] 6f784a4c1883455e6a752e0754ee80b84b19c599954ef82cfedc18c4618a0e63