[INFO] updating cached repository https://github.com/Piripant/estatic [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] ef2990f6f7dbb3e89bb40f119f2dae88fe2afac6 [INFO] testing Piripant/estatic against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FPiripant%2Festatic" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Piripant/estatic 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/Piripant/estatic [INFO] finished tweaking git repo https://github.com/Piripant/estatic [INFO] tweaked toml for git repo https://github.com/Piripant/estatic written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Piripant/estatic 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 2bd8c98cd0e21a6231ecc4d3fe014ada4edf7bf2ce340ebeda1a1326afff6a5a [INFO] running `"docker" "start" "-a" "2bd8c98cd0e21a6231ecc4d3fe014ada4edf7bf2ce340ebeda1a1326afff6a5a"` [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling approx v0.2.0 [INFO] [stderr] Compiling generic-array v0.11.0 [INFO] [stderr] Compiling gfx_device_gl v0.15.2 [INFO] [stderr] Compiling syn v0.14.1 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling alga v0.6.0 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling nalgebra v0.15.1 [INFO] [stderr] Compiling serde_derive v1.0.55 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling piston-gfx_texture v0.32.0 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.51.0 [INFO] [stderr] Compiling pistoncore-window v0.32.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.37.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.47.0 [INFO] [stderr] Compiling piston v0.37.0 [INFO] [stderr] Compiling piston_window v0.80.0 [INFO] [stderr] Compiling estatic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "2bd8c98cd0e21a6231ecc4d3fe014ada4edf7bf2ce340ebeda1a1326afff6a5a"` [INFO] running `"docker" "rm" "-f" "2bd8c98cd0e21a6231ecc4d3fe014ada4edf7bf2ce340ebeda1a1326afff6a5a"` [INFO] [stdout] 2bd8c98cd0e21a6231ecc4d3fe014ada4edf7bf2ce340ebeda1a1326afff6a5a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] 9fd57dadc347db47d8ab165278c902515faf117f697803de95037270a348308e [INFO] running `"docker" "start" "-a" "9fd57dadc347db47d8ab165278c902515faf117f697803de95037270a348308e"` [INFO] [stderr] Compiling estatic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/viewer/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / bitflags! { [INFO] [stderr] 9 | | pub struct DrawSets: u32 { [INFO] [stderr] 10 | | const POTENTIAL = 0b00000001; [INFO] [stderr] 11 | | const FIELD = 0b00000010; [INFO] [stderr] 12 | | const FIELD_LINES = 0b00000100; [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "9fd57dadc347db47d8ab165278c902515faf117f697803de95037270a348308e"` [INFO] running `"docker" "rm" "-f" "9fd57dadc347db47d8ab165278c902515faf117f697803de95037270a348308e"` [INFO] [stdout] 9fd57dadc347db47d8ab165278c902515faf117f697803de95037270a348308e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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"` [INFO] [stdout] 58a07cd24cd29b30aed1b5cfa38f1b263db54b4f2241533a2f3399b2e760d9c2 [INFO] running `"docker" "start" "-a" "58a07cd24cd29b30aed1b5cfa38f1b263db54b4f2241533a2f3399b2e760d9c2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/estatic-2f969409c35c86c0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/estatic-deb453a90116da84 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests estatic [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "58a07cd24cd29b30aed1b5cfa38f1b263db54b4f2241533a2f3399b2e760d9c2"` [INFO] running `"docker" "rm" "-f" "58a07cd24cd29b30aed1b5cfa38f1b263db54b4f2241533a2f3399b2e760d9c2"` [INFO] [stdout] 58a07cd24cd29b30aed1b5cfa38f1b263db54b4f2241533a2f3399b2e760d9c2