[INFO] cloning repository https://github.com/nabeen/aoraki
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nabeen/aoraki" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnabeen%2Faoraki", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnabeen%2Faoraki'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f369e413cc43e33c0224a32c609aa38c2c1250ca
[INFO] testing nabeen/aoraki against 1.91.0 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnabeen%2Faoraki" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nabeen/aoraki
[INFO] finished tweaking git repo https://github.com/nabeen/aoraki
[INFO] tweaked toml for git repo https://github.com/nabeen/aoraki written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nabeen/aoraki on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nabeen/aoraki already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro-hack v0.5.15
[INFO] [stderr]   Downloaded anymap v0.12.1
[INFO] [stderr]   Downloaded bincode v1.2.1
[INFO] [stderr]   Downloaded yew-macro v0.14.1
[INFO] [stderr]   Downloaded yew v0.14.3
[INFO] [stderr]   Downloaded cfg-match v0.2.1
[INFO] [stderr]   Downloaded http v0.2.1
[INFO] [stderr]   Downloaded bytes v0.5.4
[INFO] [stderr]   Downloaded indexmap v1.3.2
[INFO] [stderr]   Downloaded proc-macro-nested v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5deeef13b4776e40bc7b7b3c827202503d79d2e223ff34a92f86297de3fe415d
[INFO] running `Command { std: "docker" "start" "-a" "5deeef13b4776e40bc7b7b3c827202503d79d2e223ff34a92f86297de3fe415d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5deeef13b4776e40bc7b7b3c827202503d79d2e223ff34a92f86297de3fe415d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5deeef13b4776e40bc7b7b3c827202503d79d2e223ff34a92f86297de3fe415d", kill_on_drop: false }`
[INFO] [stdout] 5deeef13b4776e40bc7b7b3c827202503d79d2e223ff34a92f86297de3fe415d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b66693ce79422865ade6ddcab6318be38b5b6582d00795c50ea4325a3695b2a
[INFO] running `Command { std: "docker" "start" "-a" "7b66693ce79422865ade6ddcab6318be38b5b6582d00795c50ea4325a3695b2a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.10
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling ryu v1.0.3
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling stdweb-internal-runtime v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.28
[INFO] [stderr]    Compiling proc-macro-nested v0.1.4
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling base-x v0.2.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling discard v1.0.4
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling bytes v0.5.4
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling yew v0.14.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.15
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling anymap v0.12.1
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling cfg-match v0.2.1
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling stdweb v0.4.20
[INFO] [stderr]    Compiling http v0.2.1
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling thiserror-impl v1.0.15
[INFO] [stderr]    Compiling yew-macro v0.14.1
[INFO] [stderr]    Compiling thiserror v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.51
[INFO] [stderr]    Compiling bincode v1.2.1
[INFO] [stderr]    Compiling stdweb-derive v0.5.3
[INFO] [stderr]    Compiling stdweb-internal-macros v0.2.9
[INFO] [stderr]    Compiling aoraki v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcTxffue/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libyew-48dfd3af7490d0a9,libhttp-f54789e6bfc94608,libbytes-ce5c5d17bfe461ac,libfnv-45340108b054ea97,libstdweb-b27d7bb4a99dfa71,libdiscard-f4096c809b73a30f,libstdweb_internal_runtime-8dded812ae7e33b8,libserde_json-5f95d20e3eefbd66,libryu-c07d53c664b88da0,libitoa-ae1587c4bb62411c,libproc_macro_nested-8b8c54f2f39dd474,libslab-d621240e217a2e50,libanymap-1a8c1c5716b69220,libindexmap-813b53493084700a,liblog-ce0feb09b85d9676,libbincode-7ea412e7a39e8e53,libserde-d6486a6ea95f69d0,libbyteorder-ee81d598f0c1999b,libthiserror-4e8d1c74bada8bb3,libanyhow-805ce9cd7afdaf98,libcfg_match-aa91dd2946228b41,libcfg_if-169cba77d4038b7f}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcTxffue/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/aoraki-6f5f83f5db6eb427" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: emscripten_asm_const_int
[INFO] [stdout]           >>> referenced by macros.rs:139 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/macros.rs:139)
[INFO] [stdout]           >>>               yew-48dfd3af7490d0a9.yew.1b37fdf3c2108fbd-cgu.07.rcgu.o:(yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005::ha83f7cbf7b5e9eb5) in archive /opt/rustwide/target/debug/deps/libyew-48dfd3af7490d0a9.rlib
[INFO] [stdout]           >>> referenced by macros.rs:139 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/macros.rs:139)
[INFO] [stdout]           >>>               yew-48dfd3af7490d0a9.yew.1b37fdf3c2108fbd-cgu.07.rcgu.o:(yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef::h5a381f6cd1e49774) in archive /opt/rustwide/target/debug/deps/libyew-48dfd3af7490d0a9.rlib
[INFO] [stdout]           >>> referenced by macros.rs:149 (src/webcore/macros.rs:149)
[INFO] [stdout]           >>>               stdweb-b27d7bb4a99dfa71.stdweb.c1ba441b6bf13481-cgu.02.rcgu.o:(stdweb::webapi::element::IElement::namespace_uri::snippet::__cargo_web_snippet_5f8f03c2f100be177db5a7d58ca6b8cbbeaa0c93::h06cb5e40cd3010bc) in archive /opt/rustwide/target/debug/deps/libstdweb-b27d7bb4a99dfa71.rlib
[INFO] [stdout]           >>> referenced 55 more times
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoraki` (bin "aoraki") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7b66693ce79422865ade6ddcab6318be38b5b6582d00795c50ea4325a3695b2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b66693ce79422865ade6ddcab6318be38b5b6582d00795c50ea4325a3695b2a", kill_on_drop: false }`
[INFO] [stdout] 7b66693ce79422865ade6ddcab6318be38b5b6582d00795c50ea4325a3695b2a
