Nov 27 16:34:29.972 INFO documenting nemaba/rust-web-diesel-rocket against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 27 16:34:29.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-3/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55318/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 16:34:30.323 INFO [stdout] a766a48be483361770c0a45efa7000b53aa22d3289df3c2fbdc9bfe2a5021e50 Nov 27 16:34:30.325 INFO running `"docker" "start" "-a" "a766a48be483361770c0a45efa7000b53aa22d3289df3c2fbdc9bfe2a5021e50"` Nov 27 16:34:31.227 INFO [stderr] usermod: no changes Nov 27 16:34:31.575 INFO [stderr] Compiling matches v0.1.6 Nov 27 16:34:31.575 INFO [stderr] Compiling unicode-normalization v0.1.5 Nov 27 16:34:31.607 INFO [stderr] Compiling pq-sys v0.4.4 Nov 27 16:34:31.639 INFO [stderr] Compiling byteorder v1.2.2 Nov 27 16:34:31.639 INFO [stderr] Checking serde v1.0.42 Nov 27 16:34:31.639 INFO [stderr] Compiling httparse v1.2.4 Nov 27 16:34:31.639 INFO [stderr] Compiling state v0.4.0 Nov 27 16:34:33.759 INFO [stderr] Compiling pear v0.0.16 Nov 27 16:34:33.835 INFO [stderr] Compiling smallvec v0.4.4 Nov 27 16:34:34.323 INFO [stderr] Compiling time v0.1.39 Nov 27 16:34:34.851 INFO [stderr] Compiling isatty v0.1.7 Nov 27 16:34:35.267 INFO [stderr] Compiling memchr v1.0.2 Nov 27 16:34:35.992 INFO [stderr] Compiling pear_codegen v0.0.16 Nov 27 16:34:36.002 INFO [stderr] Compiling rocket v0.3.8 Nov 27 16:34:37.567 INFO [stderr] Compiling rocket_codegen v0.3.8 Nov 27 16:34:37.620 INFO [stderr] Checking base64 v0.6.0 Nov 27 16:34:40.207 INFO [stderr] Compiling unicode-bidi v0.3.4 Nov 27 16:34:40.239 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 27 16:34:40.359 INFO [stderr] Compiling quote v0.5.2 Nov 27 16:34:40.962 INFO [stderr] Checking r2d2 v0.8.2 Nov 27 16:34:41.027 INFO [stderr] Compiling mime v0.2.6 Nov 27 16:34:43.805 INFO [stderr] Compiling syn v0.12.15 Nov 27 16:34:48.573 INFO [stderr] Checking hyper v0.10.13 Nov 27 16:34:48.608 INFO [stderr] Compiling syn v0.13.1 Nov 27 16:34:48.811 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 27 16:34:48.828 INFO [stderr] Checking dotenv v0.9.0 Nov 27 16:34:50.675 INFO [stderr] Compiling idna v0.1.4 Nov 27 16:34:50.792 INFO [stderr] Compiling rayon-core v1.4.0 Nov 27 16:34:56.303 INFO [stderr] error[E0432]: unresolved import `syntax::codemap` Nov 27 16:34:56.303 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Nov 27 16:34:56.303 INFO [stderr] | Nov 27 16:34:56.303 INFO [stderr] 19 | use syntax::codemap::{Span, DUMMY_SP}; Nov 27 16:34:56.303 INFO [stderr] | ^^^^^^^ could not find `codemap` in `syntax` Nov 27 16:34:56.303 INFO [stderr] Nov 27 16:34:56.493 INFO [stderr] error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Nov 27 16:34:56.493 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Nov 27 16:34:56.493 INFO [stderr] | Nov 27 16:34:56.493 INFO [stderr] 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Nov 27 16:34:56.493 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Nov 27 16:34:56.493 INFO [stderr] Nov 27 16:34:56.842 INFO [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied Nov 27 16:34:56.842 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Nov 27 16:34:56.842 INFO [stderr] | Nov 27 16:34:56.842 INFO [stderr] 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Nov 27 16:34:56.843 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Nov 27 16:34:56.843 INFO [stderr] Nov 27 16:34:57.010 INFO [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Nov 27 16:34:57.011 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Nov 27 16:34:57.011 INFO [stderr] | Nov 27 16:34:57.011 INFO [stderr] 317 | ExprKind::Block(block) => { Nov 27 16:34:57.012 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Nov 27 16:34:57.019 INFO [stderr] Nov 27 16:34:57.064 INFO [stderr] error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Nov 27 16:34:57.067 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Nov 27 16:34:57.067 INFO [stderr] | Nov 27 16:34:57.068 INFO [stderr] 303 | if new_params.is_empty() || &new_params[0] != input { Nov 27 16:34:57.068 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 27 16:34:57.068 INFO [stderr] | Nov 27 16:34:57.069 INFO [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Nov 27 16:34:57.069 INFO [stderr] Nov 27 16:34:57.123 INFO [stderr] error: aborting due to 5 previous errors Nov 27 16:34:57.123 INFO [stderr] Nov 27 16:34:57.124 INFO [stderr] Some errors occurred: E0023, E0061, E0369, E0432. Nov 27 16:34:57.124 INFO [stderr] For more information about an error, try `rustc --explain E0023`. Nov 27 16:34:57.140 INFO [stderr] error: Could not compile `pear_codegen`. Nov 27 16:34:57.140 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 16:35:08.673 INFO [stderr] error: build failed Nov 27 16:35:08.673 INFO [stderr] su: No module specific data is present Nov 27 16:35:09.386 INFO running `"docker" "inspect" "a766a48be483361770c0a45efa7000b53aa22d3289df3c2fbdc9bfe2a5021e50"` Nov 27 16:35:09.701 INFO running `"docker" "rm" "-f" "a766a48be483361770c0a45efa7000b53aa22d3289df3c2fbdc9bfe2a5021e50"` Nov 27 16:35:09.987 INFO [stdout] a766a48be483361770c0a45efa7000b53aa22d3289df3c2fbdc9bfe2a5021e50