[INFO] updating cached repository https://github.com/AnimatedRNG/cuckoo-http [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] 2b81710601967b7d0d79ff34cf52d12c9950c759 [INFO] testing AnimatedRNG/cuckoo-http against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnimatedRNG%2Fcuckoo-http" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AnimatedRNG/cuckoo-http 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/AnimatedRNG/cuckoo-http [INFO] finished tweaking git repo https://github.com/AnimatedRNG/cuckoo-http [INFO] tweaked toml for git repo https://github.com/AnimatedRNG/cuckoo-http written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/AnimatedRNG/cuckoo-http already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 4932d3401191b0b5270b7a550868b5b0bf5d1b56a1b349ebdca51df55ebb3a0c [INFO] running `"docker" "start" "-a" "4932d3401191b0b5270b7a550868b5b0bf5d1b56a1b349ebdca51df55ebb3a0c"` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling blake2 v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling cuckoo_http v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never read: `max_len` [INFO] [stderr] --> src/http_server.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | max_len: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/bin/web_miner.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [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/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506" "/opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.3iidxe64cdvetko2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcuckoo_http-3d045a2813df259c.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libblake2-0730864abc9f5e41.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-bca1dd87ab970d46.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-e5dfbd9a4314c3c9.rlib" "/opt/rustwide/target/debug/deps/libdigest-3bf9609417301c5a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-35776010d01e2459.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f3ded0b1bdfad787.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-d88ba5f33f799bef.rlib" "/opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib" "/opt/rustwide/target/debug/deps/libdiscard-f890596eaa6281c6.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-18217d14b4d89b89.rlib" "/opt/rustwide/target/debug/deps/libserde_json-88b5afe4d1a80129.rlib" "/opt/rustwide/target/debug/deps/libryu-ed04815f79ed30bf.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.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" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.3.rcgu.o: In function `web_miner::main::snippet::__cargo_web_snippet_2899258663113f1dd50cc0154e9e961caaf08732': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.3.rcgu.o: In function `web_miner::main::snippet::__cargo_web_snippet_14097f70c739ef4a180a6ad82cadc458d11e85dc': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/web_miner-a928e4ee6a2a0506.web_miner.4drob5a6-cgu.3.rcgu.o: In function `web_miner::main::snippet::__cargo_web_snippet_95c4d512bfbe4bf17e172e64bd7abb25cc6e0999': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.1.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_e9638d6405ab65f78daf4a5af9c9de14ecf1e2ec': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:139: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.1.rcgu.o): In function `stdweb::webapi::node_list::NodeList::item::snippet::__cargo_web_snippet_d4e7bbbc593dd4ffbe97c262683c5a8447657985': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.14.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-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.20/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.6.rcgu.o): In function `stdweb::webapi::node::INode::text_content::snippet::__cargo_web_snippet_24cd40a3653c1e6e6ebe883e2a7f2d0a48ebaeda': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.6.rcgu.o): In function `stdweb::webapi::node::INode::child_nodes::snippet::__cargo_web_snippet_62ef43cf95b12a9b5cdec1639439c972d6373280': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-cgu.6.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_465ffdf4814bf5d08a3abdf8fe5e61a220b98c34': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-b4467cdc2afe0a34.rlib(stdweb-b4467cdc2afe0a34.stdweb.90lozu6c-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.20/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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `cuckoo_http`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4932d3401191b0b5270b7a550868b5b0bf5d1b56a1b349ebdca51df55ebb3a0c"` [INFO] running `"docker" "rm" "-f" "4932d3401191b0b5270b7a550868b5b0bf5d1b56a1b349ebdca51df55ebb3a0c"` [INFO] [stdout] 4932d3401191b0b5270b7a550868b5b0bf5d1b56a1b349ebdca51df55ebb3a0c