Nov 29 21:29:29.405 INFO checking nemaba/rust-web-diesel-rocket against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 21:29:29.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 29 21:29:29.700 INFO [stdout] e269da3687050d0afa3f0b92415e19a027ed4de189b3c3ba7e1caccce6ae62a1 Nov 29 21:29:29.713 INFO running `"docker" "start" "-a" "e269da3687050d0afa3f0b92415e19a027ed4de189b3c3ba7e1caccce6ae62a1"` Nov 29 21:29:30.540 INFO [stderr] usermod: no changes Nov 29 21:29:30.824 INFO [stderr] Compiling matches v0.1.6 Nov 29 21:29:30.824 INFO [stderr] Compiling unicode-normalization v0.1.5 Nov 29 21:29:30.824 INFO [stderr] Compiling httparse v1.2.4 Nov 29 21:29:30.824 INFO [stderr] Checking serde v1.0.42 Nov 29 21:29:30.824 INFO [stderr] Compiling smallvec v0.4.4 Nov 29 21:29:30.824 INFO [stderr] Compiling state v0.4.0 Nov 29 21:29:30.828 INFO [stderr] Compiling pear v0.0.16 Nov 29 21:29:34.234 INFO [stderr] Compiling time v0.1.39 Nov 29 21:29:34.247 INFO [stderr] Compiling isatty v0.1.7 Nov 29 21:29:34.303 INFO [stderr] Compiling memchr v1.0.2 Nov 29 21:29:35.693 INFO [stderr] Compiling pear_codegen v0.0.16 Nov 29 21:29:35.697 INFO [stderr] Compiling rocket v0.3.8 Nov 29 21:29:35.706 INFO [stderr] Compiling rocket_codegen v0.3.8 Nov 29 21:29:36.900 INFO [stderr] Compiling unicode-bidi v0.3.4 Nov 29 21:29:37.904 INFO [stderr] Compiling quote v0.5.2 Nov 29 21:29:38.452 INFO [stderr] Compiling mime v0.2.6 Nov 29 21:29:38.557 INFO [stderr] Compiling syn v0.12.15 Nov 29 21:29:38.632 INFO [stderr] Checking regex v0.2.10 Nov 29 21:29:38.672 INFO [stderr] Checking hyper v0.10.13 Nov 29 21:29:45.442 INFO [stderr] Compiling rayon v0.7.1 Nov 29 21:29:45.496 INFO [stderr] Compiling syn v0.13.1 Nov 29 21:29:49.900 INFO [stderr] Compiling idna v0.1.4 Nov 29 21:29:53.016 INFO [stderr] Checking dotenv v0.9.0 Nov 29 21:29:55.180 INFO [stderr] Compiling ring v0.11.0 Nov 29 21:29:55.456 INFO [stderr] error[E0432]: unresolved import `syntax::codemap` Nov 29 21:29:55.456 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Nov 29 21:29:55.456 INFO [stderr] | Nov 29 21:29:55.456 INFO [stderr] 19 | use syntax::codemap::{Span, DUMMY_SP}; Nov 29 21:29:55.456 INFO [stderr] | ^^^^^^^ could not find `codemap` in `syntax` Nov 29 21:29:55.456 INFO [stderr] Nov 29 21:29:55.908 INFO [stderr] error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Nov 29 21:29:55.908 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Nov 29 21:29:55.908 INFO [stderr] | Nov 29 21:29:55.908 INFO [stderr] 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Nov 29 21:29:55.908 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Nov 29 21:29:55.908 INFO [stderr] Nov 29 21:29:56.888 INFO [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied Nov 29 21:29:56.888 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Nov 29 21:29:56.888 INFO [stderr] | Nov 29 21:29:56.888 INFO [stderr] 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Nov 29 21:29:56.888 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Nov 29 21:29:56.889 INFO [stderr] Nov 29 21:29:57.476 INFO [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Nov 29 21:29:57.476 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Nov 29 21:29:57.476 INFO [stderr] | Nov 29 21:29:57.476 INFO [stderr] 317 | ExprKind::Block(block) => { Nov 29 21:29:57.476 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Nov 29 21:29:57.476 INFO [stderr] Nov 29 21:29:57.628 INFO [stderr] error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Nov 29 21:29:57.629 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Nov 29 21:29:57.629 INFO [stderr] | Nov 29 21:29:57.629 INFO [stderr] 303 | if new_params.is_empty() || &new_params[0] != input { Nov 29 21:29:57.630 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 29 21:29:57.656 INFO [stderr] | Nov 29 21:29:57.657 INFO [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Nov 29 21:29:57.657 INFO [stderr] Nov 29 21:29:58.032 INFO [stderr] error: aborting due to 5 previous errors Nov 29 21:29:58.038 INFO [stderr] Nov 29 21:29:58.038 INFO [stderr] Some errors occurred: E0023, E0061, E0369, E0432. Nov 29 21:29:58.039 INFO [stderr] For more information about an error, try `rustc --explain E0023`. Nov 29 21:29:58.125 INFO [stderr] error: Could not compile `pear_codegen`. Nov 29 21:29:58.125 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 21:30:11.507 INFO [stderr] error: build failed Nov 29 21:30:11.509 INFO [stderr] su: No module specific data is present Nov 29 21:30:25.812 INFO running `"docker" "inspect" "e269da3687050d0afa3f0b92415e19a027ed4de189b3c3ba7e1caccce6ae62a1"` Nov 29 21:30:25.928 INFO running `"docker" "rm" "-f" "e269da3687050d0afa3f0b92415e19a027ed4de189b3c3ba7e1caccce6ae62a1"` Nov 29 21:30:26.035 INFO [stdout] e269da3687050d0afa3f0b92415e19a027ed4de189b3c3ba7e1caccce6ae62a1