[INFO] updating cached repository https://github.com/jkelleyrtp/rustux [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] d73c7734364875909ddff39d9bbf0da516648e82 [INFO] testing jkelleyrtp/rustux against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkelleyrtp%2Frustux" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jkelleyrtp/rustux on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jkelleyrtp/rustux [INFO] finished tweaking git repo https://github.com/jkelleyrtp/rustux [INFO] tweaked toml for git repo https://github.com/jkelleyrtp/rustux written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jkelleyrtp/rustux already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] dc32be5c54d9440d31bfa36802b341f90f29dac101958d7c0d9bd67c0c4ae542 [INFO] running `"docker" "start" "-a" "dc32be5c54d9440d31bfa36802b341f90f29dac101958d7c0d9bd67c0c4ae542"` [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling base-x v0.2.5 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling yew v0.7.0 [INFO] [stderr] Compiling stdweb v0.4.18 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling yew-macro v0.7.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling rustux v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::webapp` [INFO] [stderr] --> src/extensions/pwa.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::webapp; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `yew` is imported redundantly [INFO] [stderr] --> src/extensions/pwa.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use yew; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `yew` [INFO] [stderr] --> src/extensions/pwa.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use yew; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/extensions/pwa.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn build(mut self) -> PWA { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `serve_yew_prerendered` [INFO] [stderr] --> src/extensions/ssr.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | fn serve_yew_prerendered() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `nothing` [INFO] [stderr] --> src/extensions/ssr.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn nothing () { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `WebApplication` [INFO] [stderr] --> src/webapp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct WebApplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `start_yew_app` [INFO] [stderr] --> src/webapp.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn start_yew_app (&mut self) where T: Renderable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module `Extensions` should have a snake case name [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub mod Extensions { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `extensions` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "dc32be5c54d9440d31bfa36802b341f90f29dac101958d7c0d9bd67c0c4ae542"` [INFO] running `"docker" "rm" "-f" "dc32be5c54d9440d31bfa36802b341f90f29dac101958d7c0d9bd67c0c4ae542"` [INFO] [stdout] dc32be5c54d9440d31bfa36802b341f90f29dac101958d7c0d9bd67c0c4ae542 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d7cdee72ff1e0e0a3cd14e9c048a9b01402b62a39a774196f476e424bef82dba [INFO] running `"docker" "start" "-a" "d7cdee72ff1e0e0a3cd14e9c048a9b01402b62a39a774196f476e424bef82dba"` [INFO] [stderr] Compiling rustux v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `(` or `<`, found `{` [INFO] [stderr] --> examples/othertest.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | fn homepage { self.router.set_view(Pages::Homepage) } [INFO] [stderr] | ^ expected one of `(` or `<` here [INFO] [stderr] [INFO] [stderr] error: expected identifier, found keyword `fn` [INFO] [stderr] --> examples/apitest.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply( ) { [INFO] [stderr] | ^^ expected identifier, found keyword [INFO] [stderr] help: you can escape reserved keywords to use them as identifiers [INFO] [stderr] | [INFO] [stderr] 21 | r#fn apply( ) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: expected `:`, found `apply` [INFO] [stderr] --> examples/apitest.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply( ) { [INFO] [stderr] | ^^^^^ expected `:` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `Derive` in this scope [INFO] [stderr] --> examples/othertest.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | #[ Derive (Routeable = "///aasd")] [INFO] [stderr] | ^^^^^^ help: a built-in attribute with a similar name exists: `derive` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `RustuxGlobal` in this scope [INFO] [stderr] --> examples/othertest.rs:8:3 [INFO] [stderr] | [INFO] [stderr] 8 | #[RustuxGlobal] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> examples/othertest.rs:28:22 [INFO] [stderr] | [INFO] [stderr] 28 | fn homepage2() { self.router.set_view(Pages::Homepage) } [INFO] [stderr] | ^^^^ `self` value is a keyword only available in methods with `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `two_pages` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `examples/two_pages/main.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: type `updates` should have an upper camel case name [INFO] [stderr] --> examples/components/app.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | pub enum updates { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `Updates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `updates` should have an upper camel case name [INFO] [stderr] --> examples/test.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | pub enum updates { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `Updates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::webapp` [INFO] [stderr] --> src/extensions/pwa.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::webapp; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `yew` is imported redundantly [INFO] [stderr] --> src/extensions/pwa.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use yew; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `yew` [INFO] [stderr] --> src/extensions/pwa.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use yew; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/extensions/pwa.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn build(mut self) -> PWA { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `serve_yew_prerendered` [INFO] [stderr] --> src/extensions/ssr.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | fn serve_yew_prerendered() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `nothing` [INFO] [stderr] --> src/extensions/ssr.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn nothing () { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `WebApplication` [INFO] [stderr] --> src/webapp.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct WebApplication { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `start_yew_app` [INFO] [stderr] --> src/webapp.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn start_yew_app (&mut self) where T: Renderable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module `Extensions` should have a snake case name [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub mod Extensions { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `extensions` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `increment` [INFO] [stderr] --> examples/components/app.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | fn increment(mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> examples/components/app.rs:105:1 [INFO] [stderr] | [INFO] [stderr] 105 | fn main() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `new_webapp` [INFO] [stderr] --> examples/components/main.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | fn new_webapp() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> examples/components/app.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![recursion_limit="128"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate-level attribute should be in the root module [INFO] [stderr] --> examples/components/app.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![recursion_limit="128"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `increment` [INFO] [stderr] --> examples/test.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | fn increment(mut self) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.test.82hikqt0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3" "/opt/rustwide/target/debug/examples/test-d75cc8f38a3db8a3.2hor2cmlfyp2uuq8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-50aec5a27ce41da9/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-88def48819911dea.rlib" "/opt/rustwide/target/debug/deps/libhttp-1cc9bda09060f149.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libbytes-874e209a3956439b.rlib" "/opt/rustwide/target/debug/deps/libiovec-181614ca991aefce.rlib" "/opt/rustwide/target/debug/deps/libfailure-844281945a037b1c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-87a52030f139a606.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19e7f207c8efade1.rlib" "/opt/rustwide/target/debug/deps/liblibc-1a96662f1f5639b3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7520aa900b90fa23.rlib" "/opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib" "/opt/rustwide/target/debug/deps/libdiscard-846edfb26de9cf45.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-9e13193a44ff956d.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7641314bca937fba.rlib" "/opt/rustwide/target/debug/deps/libryu-6dbb2e6f31cf0558.rlib" "/opt/rustwide/target/debug/deps/libitoa-e736842aeff4074b.rlib" "/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib" "/opt/rustwide/target/debug/deps/liblog-1818d5b5c3e6b9cf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/libbincode-967a4cbc7f7dff38.rlib" "/opt/rustwide/target/debug/deps/libserde-0cc625da248b05d5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fdd43a3ae319d8ce.rlib" "/opt/rustwide/target/debug/deps/libanymap-9b2684f03e561fe5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib(yew-6fb0409fa0bc5833.yew.20et19cf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.7.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib(yew-6fb0409fa0bc5833.yew.20et19cf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.7.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib(yew-6fb0409fa0bc5833.yew.20et19cf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.7.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib(yew-6fb0409fa0bc5833.yew.20et19cf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::remove_attribute::snippet::__cargo_web_snippet_f6358c198ebcc61c9da370cca2679c0b8bc81a7b': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.7.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-6fb0409fa0bc5833.rlib(yew-6fb0409fa0bc5833.yew.20et19cf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.7.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.1.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.18/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.9.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] /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] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.9.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_c023351d5bff43ef3dd317b499821cd4e71492f0': [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] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.9.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_de2896a7ccf316486788a4d0bc433c25d2f1a12b': [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] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.9.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_7c8dfab835dc8a552cd9d67f27d26624590e052c': [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] /opt/rustwide/target/debug/deps/libstdweb-714883ba502b8bcd.rlib(stdweb-714883ba502b8bcd.stdweb.467omy4u-cgu.9.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_0e54fd9c163fcf648ce0a395fde4500fd167a40b': [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 [INFO] [stderr] [INFO] [stderr] error: could not compile `rustux`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d7cdee72ff1e0e0a3cd14e9c048a9b01402b62a39a774196f476e424bef82dba"` [INFO] running `"docker" "rm" "-f" "d7cdee72ff1e0e0a3cd14e9c048a9b01402b62a39a774196f476e424bef82dba"` [INFO] [stdout] d7cdee72ff1e0e0a3cd14e9c048a9b01402b62a39a774196f476e424bef82dba