[INFO] cloning repository https://github.com/avraamisvi/rustworkforceserver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/avraamisvi/rustworkforceserver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favraamisvi%2Frustworkforceserver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favraamisvi%2Frustworkforceserver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c806277856e42dec593a9bfcfd9e023673363ba [INFO] checking avraamisvi/rustworkforceserver against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favraamisvi%2Frustworkforceserver" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/avraamisvi/rustworkforceserver on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/avraamisvi/rustworkforceserver [INFO] removed path dependency nickel from git repo https://github.com/avraamisvi/rustworkforceserver [INFO] removed path dependency nickel_macros from git repo https://github.com/avraamisvi/rustworkforceserver [INFO] finished tweaking git repo https://github.com/avraamisvi/rustworkforceserver [INFO] tweaked toml for git repo https://github.com/avraamisvi/rustworkforceserver written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/avraamisvi/rustworkforceserver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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-8/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-8/source/src/main.rs` was erroneously implicitly accepted for binary `alparserver`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: dependency (nickel) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (nickel_macros) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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-8/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-8/source/src/main.rs` was erroneously implicitly accepted for binary `alparserver`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: dependency (nickel) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (nickel_macros) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd629fe603810891e7daba79f94d313a851e811a9126340b7c09380064c1e9df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cd629fe603810891e7daba79f94d313a851e811a9126340b7c09380064c1e9df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd629fe603810891e7daba79f94d313a851e811a9126340b7c09380064c1e9df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd629fe603810891e7daba79f94d313a851e811a9126340b7c09380064c1e9df", kill_on_drop: false }` [INFO] [stdout] cd629fe603810891e7daba79f94d313a851e811a9126340b7c09380064c1e9df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cf685b641cd1a6a6405fd304b9739cb4b34e7048c3a3830b8d0a72c577705155 [INFO] running `Command { std: "docker" "start" "-a" "cf685b641cd1a6a6405fd304b9739cb4b34e7048c3a3830b8d0a72c577705155", 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 `alparserver`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] warning: dependency (nickel) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (nickel_macros) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking groupable v0.2.0 [INFO] [stderr] Checking smallvec v1.6.0 [INFO] [stderr] Checking modifier v0.1.0 [INFO] [stderr] Compiling nickel_macros v0.1.0 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking hashlink v0.6.0 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking rusqlite v0.24.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking mustache v0.9.0 [INFO] [stderr] Checking nickel v0.11.0 [INFO] [stderr] Checking alparworkforceserver v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0252]: the name `Response` is defined multiple times [INFO] [stdout] --> src/alpar/routers/receive.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | -------- previous import of the type `Response` here [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^^-- [INFO] [stdout] | | [INFO] [stdout] | `Response` reimported here [INFO] [stdout] | help: remove unnecessary import [INFO] [stdout] | [INFO] [stdout] = note: `Response` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0252]: the name `Request` is defined multiple times [INFO] [stdout] --> src/alpar/routers/receive.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | ------- previous import of the type `Request` here [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^ `Request` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Request` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/main.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | router.post("/a/post/request", middleware! { |request, response| [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 31 | | /*let person = request.json_as::().unwrap(); [INFO] [stdout] 32 | | format!("Hello {} {}", person.firstname, person.lastname)*/ [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | }); [INFO] [stdout] | |_____^ expected expression [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nickel::ResponseFinalizer` [INFO] [stdout] --> src/main.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | router.post("/a/post/request", middleware! { |request, response| [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 31 | | /*let person = request.json_as::().unwrap(); [INFO] [stdout] 32 | | format!("Hello {} {}", person.firstname, person.lastname)*/ [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | }); [INFO] [stdout] | |_____^ no `ResponseFinalizer` in the root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nickel::ResponseFinalizer` [INFO] [stdout] --> src/main.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | router.get("/user", middleware! { |_req, _res| [INFO] [stdout] | _________________________^ [INFO] [stdout] 39 | | test() [INFO] [stdout] 40 | | }); [INFO] [stdout] | |_____^ no `ResponseFinalizer` in the root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Nickel` [INFO] [stdout] --> src/alpar/routers/receive.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Request`, `Response` [INFO] [stdout] --> src/alpar/routers/receive.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Continue`, `Halt`, `JsonBody`, `NickelError`, `QueryString` [INFO] [stdout] --> src/main.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | Nickel, NickelError, Continue, Halt, Response, Request, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ ^^^^ [INFO] [stdout] 11 | QueryString, JsonBody, HttpRouter [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nickel_macros-0.1.0/src/macro.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | #[macro_export] macro_rules! as_block { ($b:block) => ( $b ) } [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0252, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0252`. [INFO] [stdout] [INFO] [stderr] error: could not compile `alparworkforceserver` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0252]: the name `Response` is defined multiple times [INFO] [stdout] --> src/alpar/routers/receive.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | -------- previous import of the type `Response` here [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^^-- [INFO] [stdout] | | [INFO] [stdout] | `Response` reimported here [INFO] [stdout] | help: remove unnecessary import [INFO] [stdout] | [INFO] [stdout] = note: `Response` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0252]: the name `Request` is defined multiple times [INFO] [stdout] --> src/alpar/routers/receive.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | ------- previous import of the type `Request` here [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^ `Request` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Request` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/main.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | router.post("/a/post/request", middleware! { |request, response| [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 31 | | /*let person = request.json_as::().unwrap(); [INFO] [stdout] 32 | | format!("Hello {} {}", person.firstname, person.lastname)*/ [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | }); [INFO] [stdout] | |_____^ expected expression [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nickel::ResponseFinalizer` [INFO] [stdout] --> src/main.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | router.post("/a/post/request", middleware! { |request, response| [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 31 | | /*let person = request.json_as::().unwrap(); [INFO] [stdout] 32 | | format!("Hello {} {}", person.firstname, person.lastname)*/ [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | }); [INFO] [stdout] | |_____^ no `ResponseFinalizer` in the root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nickel::ResponseFinalizer` [INFO] [stdout] --> src/main.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | router.get("/user", middleware! { |_req, _res| [INFO] [stdout] | _________________________^ [INFO] [stdout] 39 | | test() [INFO] [stdout] 40 | | }); [INFO] [stdout] | |_____^ no `ResponseFinalizer` in the root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Nickel` [INFO] [stdout] --> src/alpar/routers/receive.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use nickel::{ Nickel, Request, Response }; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Request`, `Response` [INFO] [stdout] --> src/alpar/routers/receive.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use nickel::{ Response, Request }; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Continue`, `Halt`, `JsonBody`, `NickelError`, `QueryString` [INFO] [stdout] --> src/main.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | Nickel, NickelError, Continue, Halt, Response, Request, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ ^^^^ [INFO] [stdout] 11 | QueryString, JsonBody, HttpRouter [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nickel_macros-0.1.0/src/macro.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | #[macro_export] macro_rules! as_block { ($b:block) => ( $b ) } [INFO] [stdout] | ^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0252, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0252`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cf685b641cd1a6a6405fd304b9739cb4b34e7048c3a3830b8d0a72c577705155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf685b641cd1a6a6405fd304b9739cb4b34e7048c3a3830b8d0a72c577705155", kill_on_drop: false }` [INFO] [stdout] cf685b641cd1a6a6405fd304b9739cb4b34e7048c3a3830b8d0a72c577705155