[INFO] cloning repository https://github.com/gameplex/game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gameplex/game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgameplex%2Fgame", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgameplex%2Fgame'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 725a097dd2eda13329e74e48109edcadb5bc5a01 [INFO] checking gameplex/game against master#65cd843ae06ad00123c131a431ed5304e4cd577a for pr-122077 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgameplex%2Fgame" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gameplex/game on toolchain 65cd843ae06ad00123c131a431ed5304e4cd577a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gameplex/game [INFO] finished tweaking git repo https://github.com/gameplex/game [INFO] tweaked toml for git repo https://github.com/gameplex/game written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gameplex/game 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" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-2-tc1/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-2-tc1/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [ERROR] this task or one of its parent failed! [ERROR] no output for 300 seconds [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace. [INFO] checking gameplex/game against try#e34498b580c936a8f8a419616d9571f03b6c038e for pr-122077 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgameplex%2Fgame" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gameplex/game on toolchain e34498b580c936a8f8a419616d9571f03b6c038e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gameplex/game [INFO] finished tweaking git repo https://github.com/gameplex/game [INFO] tweaked toml for git repo https://github.com/gameplex/game written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gameplex/game 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" "+e34498b580c936a8f8a419616d9571f03b6c038e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-2-tc2/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-2-tc2/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] checking gameplex/game against try#e34498b580c936a8f8a419616d9571f03b6c038e for pr-122077 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgameplex%2Fgame" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gameplex/game on toolchain e34498b580c936a8f8a419616d9571f03b6c038e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gameplex/game [INFO] finished tweaking git repo https://github.com/gameplex/game [INFO] tweaked toml for git repo https://github.com/gameplex/game written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gameplex/game 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" "+e34498b580c936a8f8a419616d9571f03b6c038e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-2-tc2/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-2-tc2/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pistoncore-window v0.16.0 [INFO] [stderr] Downloaded pistoncore-glutin_window v0.23.0 [INFO] [stderr] Downloaded wayland-client v0.5.10 [INFO] [stderr] Downloaded pistoncore-input v0.9.0 [INFO] [stderr] Downloaded x11-dl v2.4.0 [INFO] [stderr] Downloaded libc v0.2.10 [INFO] [stderr] Downloaded fnv v1.0.2 [INFO] [stderr] Downloaded gif v0.8.0 [INFO] [stderr] Downloaded euclid v0.6.5 [INFO] [stderr] Downloaded num_cpus v0.2.11 [INFO] [stderr] Downloaded gcc v0.3.27 [INFO] [stderr] Downloaded inflate v0.1.0 [INFO] [stderr] Downloaded pistoncore-event_loop v0.19.0 [INFO] [stderr] Downloaded piston v0.19.0 [INFO] [stderr] Downloaded piston2d-opengl_graphics v0.26.0 [INFO] [stderr] Downloaded xml-rs v0.3.0 [INFO] [stderr] Downloaded freetype-sys v0.3.1 [INFO] [stderr] Downloaded winapi v0.2.6 [INFO] [stderr] Downloaded freetype-rs v0.6.1 [INFO] [stderr] Downloaded libz-sys v1.0.2 [INFO] [stderr] Downloaded rayon v0.3.1 [INFO] [stderr] Downloaded jpeg-decoder v0.1.3 [INFO] [stderr] Downloaded flate2 v0.2.13 [INFO] [stderr] Downloaded png v0.4.2 [INFO] [stderr] Downloaded image v0.9.0 [INFO] [stderr] Downloaded piston-shaders_graphics2d v0.1.0 [INFO] [stderr] Downloaded piston-texture v0.4.0 [INFO] [stderr] Downloaded piston2d-graphics v0.16.0 [INFO] [stderr] Downloaded gl v0.5.2 [INFO] [stderr] Downloaded cocoa v0.3.0 [INFO] [stderr] Downloaded core-foundation-sys v0.2.0 [INFO] [stderr] Downloaded serde v0.7.0 [INFO] [stderr] Downloaded objc v0.2.0 [INFO] [stderr] Downloaded wayland-kbd v0.3.5 [INFO] [stderr] Downloaded tempfile v2.1.2 [INFO] [stderr] Downloaded crossbeam v0.1.6 [INFO] [stderr] Downloaded gleam v0.2.15 [INFO] [stderr] Downloaded cgl v0.1.4 [INFO] [stderr] Downloaded core-foundation v0.2.0 [INFO] [stderr] Downloaded core-graphics v0.3.0 [INFO] [stderr] Downloaded byteorder v0.5.1 [INFO] [stderr] Downloaded dlib v0.2.0 [INFO] [stderr] Downloaded wayland-scanner v0.5.8 [INFO] [stderr] Downloaded libloading v0.2.1 [INFO] [stderr] Downloaded wayland-sys v0.5.9 [INFO] [stderr] Downloaded glutin v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b6cbe0b9dbad3d6db83b75b2895cebda739b4c1508b9c91e28ff71793f1d0a7 [INFO] running `Command { std: "docker" "start" "-a" "5b6cbe0b9dbad3d6db83b75b2895cebda739b4c1508b9c91e28ff71793f1d0a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b6cbe0b9dbad3d6db83b75b2895cebda739b4c1508b9c91e28ff71793f1d0a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b6cbe0b9dbad3d6db83b75b2895cebda739b4c1508b9c91e28ff71793f1d0a7", kill_on_drop: false }` [INFO] [stdout] 5b6cbe0b9dbad3d6db83b75b2895cebda739b4c1508b9c91e28ff71793f1d0a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbb4581df75278aa05580364640a38ad4163d89f2dc17aa4174cbdc22b8174a4 [INFO] running `Command { std: "docker" "start" "-a" "fbb4581df75278aa05580364640a38ad4163d89f2dc17aa4174cbdc22b8174a4", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Checking libc v0.2.10 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Checking winapi v0.2.6 [INFO] [stderr] Checking rustc-serialize v0.3.19 [INFO] [stderr] Compiling gcc v0.3.27 [INFO] [stderr] Checking num-traits v0.1.32 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Compiling log v0.3.6 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.19/src/serialize.rs:147:45 [INFO] [stdout] | [INFO] [stdout] 147 | ... &f_name: &str, [INFO] [stdout] | ^^^^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking rand v0.3.14 [INFO] [stderr] Compiling libloading v0.2.1 [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.19/src/serialize.rs:454:5 [INFO] [stdout] | [INFO] [stdout] 454 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/alloc/src/borrow.rs:180:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 450 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking piston-float v0.2.0 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Checking num-integer v0.1.32 [INFO] [stderr] Checking piston-viewport v0.2.0 [INFO] [stderr] Checking num-iter v0.1.32 [INFO] [stderr] Compiling wayland-scanner v0.5.8 [INFO] [stderr] Checking bitflags v0.4.0 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking dlib v0.3.0 [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] Checking byteorder v0.5.1 [INFO] [stderr] Compiling libz-sys v1.0.2 [INFO] [stderr] Checking wayland-sys v0.5.9 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking dlib v0.2.0 [INFO] [stdout] error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|* [INFO] [stdout] | ^^^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|* [INFO] [stdout] | ^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|* [INFO] [stdout] | ^^^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|* [INFO] [stdout] | ^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|* [INFO] [stdout] | ^^^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|* [INFO] [stdout] | ^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|* [INFO] [stdout] | ^^^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|* [INFO] [stdout] | ^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|* [INFO] [stdout] | ^^^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.2.0/src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|* [INFO] [stdout] | ^^^^^^^ not allowed after `ty` fragments [INFO] [stdout] | [INFO] [stdout] = note: allowed there are: `{`, `[`, `=>`, `,`, `>`, `=`, `:`, `;`, `|`, `as` or `where` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dlib` (lib) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0310, E0642. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "fbb4581df75278aa05580364640a38ad4163d89f2dc17aa4174cbdc22b8174a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbb4581df75278aa05580364640a38ad4163d89f2dc17aa4174cbdc22b8174a4", kill_on_drop: false }` [INFO] [stdout] fbb4581df75278aa05580364640a38ad4163d89f2dc17aa4174cbdc22b8174a4