[INFO] updating cached repository https://github.com/cedric-h/sorry [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] 99d0839f367d28a732e0a9791900621f340737a1 [INFO] testing cedric-h/sorry against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedric-h%2Fsorry" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cedric-h/sorry 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/cedric-h/sorry [INFO] finished tweaking git repo https://github.com/cedric-h/sorry [INFO] tweaked toml for git repo https://github.com/cedric-h/sorry written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/cedric-h/sorry 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 6876e910ac81eb6c0f94fd3cfe281c618b09548ec53bf833a77d7d806d235cdc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6876e910ac81eb6c0f94fd3cfe281c618b09548ec53bf833a77d7d806d235cdc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling base-x v0.2.5 [INFO] [stderr] Compiling slotmap v0.4.0 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling stdweb v0.4.18 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling ncollide2d v0.21.0 [INFO] [stderr] Compiling degen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/main.rs:187:33 [INFO] [stderr] | [INFO] [stderr] 187 | ... for i in 0..10 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/main.rs:242:33 [INFO] [stderr] | [INFO] [stderr] 242 | ... for i in 0..20 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*game` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:98:29 [INFO] [stderr] | [INFO] [stderr] 96 | ... let enemy_pos = game.isos.get(i_enemy).expect("enemy with no pos"); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] 97 | ... [INFO] [stderr] 98 | ... game.insert_bullet( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 99 | ... "Flower3", [INFO] [stderr] 100 | ... enemy_pos.clone(), [INFO] [stderr] | --------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*game` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:319:29 [INFO] [stderr] | [INFO] [stderr] 317 | ... let enemy_pos = game.isos.get(i_enemy).expect("enemy with no pos"); [INFO] [stderr] | --------- immutable borrow occurs here [INFO] [stderr] 318 | ... [INFO] [stderr] 319 | ... game.insert_bullet( [INFO] [stderr] | ^^^^ mutable borrow occurs here [INFO] [stderr] 320 | ... "Flower3", [INFO] [stderr] 321 | ... enemy_pos.clone(), [INFO] [stderr] | --------- immutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [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/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97" "/opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.9tjpze8aoqv3lfb.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" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libncollide2d-ee98b8aa554b9dc6.rlib" "/opt/rustwide/target/debug/deps/libslotmap-c71948b903be67e2.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-d20f15d73ef480e9.rlib" "/opt/rustwide/target/debug/deps/libordermap-b5ad88337adc4b7b.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-f695f778bf3f8203.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-91bb181b0fb23d7a.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libeither-6f8b83cb4e1a497b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-a9f9a3665ed40339.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-ffb735791d2de4c8.rlib" "/opt/rustwide/target/debug/deps/libalga-7cea4300225ec6c0.rlib" "/opt/rustwide/target/debug/deps/librand_distr-1092ca1a9b92ad7d.rlib" "/opt/rustwide/target/debug/deps/librand-cc8f7401dd8b0d42.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9fe1dc9c28e0d963.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2a2e3dddbc97e93d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-7a7a95765fa55576.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c207312554410787.rlib" "/opt/rustwide/target/debug/deps/librand_core-787f2024e77f99ce.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-8072d486f1997bca.rlib" "/opt/rustwide/target/debug/deps/liblibc-963a4b42eb2c4462.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c9325044fa92f8a5.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-bc9874918c320897.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2284a87afe804cc6.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-316839cebecd0c23.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-53d948da616072e6.rlib" "/opt/rustwide/target/debug/deps/librawpointer-f6e7ff03c5506bf7.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-1d6975ea5a0415b4.rlib" "/opt/rustwide/target/debug/deps/libtypenum-12c2185626f4e68c.rlib" "/opt/rustwide/target/debug/deps/libapprox-5b068a8447182f4a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d069041dc7fec68c.rlib" "/opt/rustwide/target/debug/deps/libstdweb-f9742e0bfe179d86.rlib" "/opt/rustwide/target/debug/deps/libdiscard-467a332ec5511321.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-e91b368f73b178c2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-603573b04e5e58de.rlib" "/opt/rustwide/target/debug/deps/libryu-290c21121bea8453.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-cdb40f474a625fd9.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" "-lrt" "-lpthread" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o: in function `degen::random_double::snippet::__cargo_web_snippet_77c7f20d9ad1903cb1faad4b79591e5576426760': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o: in function `degen::Level::third::{{closure}}::snippet::__cargo_web_snippet_4d2bc1d4430b5111fa7854fe3faa5edadb8f2fde': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o: in function `degen::Level::fourth::{{closure}}::snippet::__cargo_web_snippet_df8ea747a7a8e3ca7cfa96877109f13beb2efe74': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o: in function `degen::Level::fifth::{{closure}}::snippet::__cargo_web_snippet_b7c50672bd052d971d7e75d8bba36beab6c4bbe1': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o: in function `degen::Level::second::{{closure}}::snippet::__cargo_web_snippet_246a83b65767071ec0f6865d004dadb7dad7c101': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/degen-4c2d1a6e69a29c97.degen.bli4sq9p-cgu.11.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:101: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-f9742e0bfe179d86.rlib(stdweb-f9742e0bfe179d86.stdweb.576eax55-cgu.6.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-f9742e0bfe179d86.rlib(stdweb-f9742e0bfe179d86.stdweb.576eax55-cgu.8.rcgu.o): in function `stdweb::webcore::value::Reference::from_raw_unchecked::snippet::__cargo_web_snippet_9f22d4ca7bc938409787341b7db181f8dd41e6df': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-f9742e0bfe179d86.rlib(stdweb-f9742e0bfe179d86.stdweb.576eax55-cgu.8.rcgu.o): in function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-f9742e0bfe179d86.rlib(stdweb-f9742e0bfe179d86.stdweb.576eax55-cgu.9.rcgu.o): in function `stdweb::webcore::global_arena::reserve_impl::snippet::__cargo_web_snippet_285aac3fba72d67cb459d37d4d21aa4fb62598ba': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `degen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6876e910ac81eb6c0f94fd3cfe281c618b09548ec53bf833a77d7d806d235cdc"` [INFO] running `"docker" "rm" "-f" "6876e910ac81eb6c0f94fd3cfe281c618b09548ec53bf833a77d7d806d235cdc"` [INFO] [stdout] 6876e910ac81eb6c0f94fd3cfe281c618b09548ec53bf833a77d7d806d235cdc