[INFO] fetching crate finchers-http 0.11.0... [INFO] documenting finchers-http-0.11.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate finchers-http 0.11.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate finchers-http 0.11.0 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate finchers-http 0.11.0 [INFO] finished tweaking crates.io crate finchers-http 0.11.0 [INFO] tweaked toml for crates.io crate finchers-http 0.11.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ef174865ae5cd123dbe81e226d596e0644e7ccff9c439c91bd16fff74e51416 [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" "9ef174865ae5cd123dbe81e226d596e0644e7ccff9c439c91bd16fff74e51416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ef174865ae5cd123dbe81e226d596e0644e7ccff9c439c91bd16fff74e51416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef174865ae5cd123dbe81e226d596e0644e7ccff9c439c91bd16fff74e51416", kill_on_drop: false }` [INFO] [stdout] 9ef174865ae5cd123dbe81e226d596e0644e7ccff9c439c91bd16fff74e51416 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac6bb36b4548f1dd512a2d7e1e614dbbc5b02f13a48e00e2b9df861d09b227ab [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" "ac6bb36b4548f1dd512a2d7e1e614dbbc5b02f13a48e00e2b9df861d09b227ab", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking serde_qs v0.4.6 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking finchers-core v0.11.0 [INFO] [stderr] Documenting finchers-http v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/path.rs:350:34 [INFO] [stdout] | [INFO] [stdout] 350 | _marker: PhantomData (T)>, [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/header.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ----- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 107 | pub enum HeaderError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/header.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `header::HeaderError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 107 | pub enum HeaderError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/header.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `header::HeaderError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 107 | pub enum HeaderError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/path.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ----- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 272 | pub enum FromSegmentError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/path.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 272 | pub enum FromSegmentError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/path.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 272 | pub enum FromSegmentError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/query.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ----- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stdout] = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 147 | pub enum QueryError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/query.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `query::QueryError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 147 | pub enum QueryError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/query.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ---- required by this bound in `failure::Fail` [INFO] [stdout] | [INFO] [stdout] = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stdout] = note: required because it appears within the type `query::QueryError` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `E` [INFO] [stdout] | [INFO] [stdout] 147 | pub enum QueryError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: Could not document `finchers-http`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name finchers_http src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-515191681051750a.rmeta --extern failure=/opt/rustwide/target/debug/deps/libfailure-d9fcd1e065ee1e23.rmeta --extern finchers_core=/opt/rustwide/target/debug/deps/libfinchers_core-0944c320ace97f01.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-fb881054b55c1a8e.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-25d054e954edca2b.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-4afd54fddd271fd2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-cf2a7db764a470fc.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-00b105e50b749454.rmeta --extern serde_qs=/opt/rustwide/target/debug/deps/libserde_qs-39cd29b3322c3c73.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "ac6bb36b4548f1dd512a2d7e1e614dbbc5b02f13a48e00e2b9df861d09b227ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac6bb36b4548f1dd512a2d7e1e614dbbc5b02f13a48e00e2b9df861d09b227ab", kill_on_drop: false }` [INFO] [stdout] ac6bb36b4548f1dd512a2d7e1e614dbbc5b02f13a48e00e2b9df861d09b227ab