[INFO] updating cached repository https://github.com/anderspitman/fibridge-proxy-rs [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] 90d34a8acc7bfd00f333162100042f233ee29112 [INFO] testing anderspitman/fibridge-proxy-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderspitman%2Ffibridge-proxy-rs" "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/anderspitman/fibridge-proxy-rs 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/anderspitman/fibridge-proxy-rs [INFO] finished tweaking git repo https://github.com/anderspitman/fibridge-proxy-rs [INFO] tweaked toml for git repo https://github.com/anderspitman/fibridge-proxy-rs written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/anderspitman/fibridge-proxy-rs 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] 9457f7024058229f2d6770584ef4c08ff60bdfdcdcdb126479b5586696da5ff1 [INFO] running `"docker" "start" "-a" "9457f7024058229f2d6770584ef4c08ff60bdfdcdcdb126479b5586696da5ff1"` [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.42 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Compiling headers-core v0.1.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tungstenite v0.6.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling tokio v0.1.16 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling headers v0.2.1 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling websocket v0.22.3 [INFO] [stderr] Compiling omnistreams v0.1.0 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling warp v0.1.13 [INFO] [stderr] Compiling fibridge-proxy-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../../fibridge-gui-js/dist/index.html: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:163:27 [INFO] [stderr] | [INFO] [stderr] 163 | warp::reply::html(include_str!("../../fibridge-gui-js/dist/index.html")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/id_generator.rs:63:48 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn create_generator(gen_type: &str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IdGenerator + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `fibridge-proxy-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9457f7024058229f2d6770584ef4c08ff60bdfdcdcdb126479b5586696da5ff1"` [INFO] running `"docker" "rm" "-f" "9457f7024058229f2d6770584ef4c08ff60bdfdcdcdb126479b5586696da5ff1"` [INFO] [stdout] 9457f7024058229f2d6770584ef4c08ff60bdfdcdcdb126479b5586696da5ff1