[INFO] cloning repository https://github.com/ftilde/kassette [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ftilde/kassette" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftilde%2Fkassette", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftilde%2Fkassette'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c79410112ae09bf4b924a1c252167fce87c7aa4 [INFO] testing ftilde/kassette against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftilde%2Fkassette" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ftilde/kassette on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking git repo https://github.com/ftilde/kassette [INFO] finished tweaking git repo https://github.com/ftilde/kassette [INFO] tweaked toml for git repo https://github.com/ftilde/kassette written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ftilde/kassette already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mini-internal v0.1.13 [INFO] [stderr] Downloaded miniserde v0.1.13 [INFO] [stderr] Downloaded rfid-rs v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5aac2bc1e30170ffd383194fbacbac2be369b34b5f64a5d4239cecec790d0ea9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5aac2bc1e30170ffd383194fbacbac2be369b34b5f64a5d4239cecec790d0ea9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5aac2bc1e30170ffd383194fbacbac2be369b34b5f64a5d4239cecec790d0ea9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aac2bc1e30170ffd383194fbacbac2be369b34b5f64a5d4239cecec790d0ea9", kill_on_drop: false }` [INFO] [stdout] 5aac2bc1e30170ffd383194fbacbac2be369b34b5f64a5d4239cecec790d0ea9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 623741db6b49e7f93ac2026cc7fe65a042571102a4cc3bcc5704bf58bf742e72 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "623741db6b49e7f93ac2026cc7fe65a042571102a4cc3bcc5704bf58bf742e72", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling argh_shared v0.1.1 [INFO] [stderr] Compiling kassette v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling alsa-sys v0.3.0 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling lewton v0.10.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rppal v0.11.3 [INFO] [stderr] Compiling mini-internal v0.1.13 [INFO] [stderr] Compiling argh_derive v0.1.1 [INFO] [stderr] Compiling miniserde v0.1.13 [INFO] [stderr] Compiling spidev v0.4.0 [INFO] [stderr] Compiling argh v0.1.3 [INFO] [stderr] Compiling alsa v0.4.2 [INFO] [stderr] Compiling rfid-rs v0.1.1 [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.kassette.dszxu4rv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f" "/opt/rustwide/target/debug/deps/kassette-00a54aa21070922f.pg12t338skntbja.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "build_env/usr/lib/" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lc" "-Wl,--no-whole-archive" "/opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib" "/opt/rustwide/target/debug/deps/libalsa-e7476937c58daf40.rlib" "/opt/rustwide/target/debug/deps/libnix-05b155743e21132a.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-7348880c74eb367d.rlib" "/opt/rustwide/target/debug/deps/librfid_rs-b8cb1346dac7be3b.rlib" "/opt/rustwide/target/debug/deps/libspidev-03fa4a2c570b75d9.rlib" "/opt/rustwide/target/debug/deps/libnix-83675609676acbb1.rlib" "/opt/rustwide/target/debug/deps/libvoid-b8d4cd78d6d6c0df.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblewton-088c1c3f0ac5dfb8.rlib" "/opt/rustwide/target/debug/deps/libogg-ba8319118852c134.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-88126d75421731da.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-dd535ee656aacf25.rlib" "/opt/rustwide/target/debug/deps/libminiserde-a4bcff3f26589cd3.rlib" "/opt/rustwide/target/debug/deps/libryu-bc3a68e8fbaa57e5.rlib" "/opt/rustwide/target/debug/deps/libitoa-19a6eacaf66e8b09.rlib" "/opt/rustwide/target/debug/deps/librppal-5516cdabefda573c.rlib" "/opt/rustwide/target/debug/deps/liblibc-58d9bb929e78bd02.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7692785563a96539.rlib" "/opt/rustwide/target/debug/deps/libargh-6e32be2bdc7babb2.rlib" "/opt/rustwide/target/debug/deps/libargh_shared-14e4a5c31b479a36.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lasound" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libc.a(dso_handle.o):(.data.rel.ro.local+0x0): multiple definition of `__dso_handle'; /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o:(.data.rel.local+0x0): first defined here [INFO] [stdout] /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libc.a(rcmd.o): in function `__validuser2_sa': [INFO] [stdout] (.text+0x5a9): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::Group::from_gid::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:2706: warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::Group::from_name::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:2728: warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::getgrouplist': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:1545: warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::User::from_name::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:2609: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::User::from_uid::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:2589: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libnix-b31262dd853e3c1e.rlib(nix-b31262dd853e3c1e.nix.784i9uys-cgu.8.rcgu.o): in function `nix::unistd::initgroups': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.17.0/src/unistd.rs:1616: warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kassette` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "623741db6b49e7f93ac2026cc7fe65a042571102a4cc3bcc5704bf58bf742e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "623741db6b49e7f93ac2026cc7fe65a042571102a4cc3bcc5704bf58bf742e72", kill_on_drop: false }` [INFO] [stdout] 623741db6b49e7f93ac2026cc7fe65a042571102a4cc3bcc5704bf58bf742e72