Sep 19 14:43:41.531 INFO checking RealOrangeOne/circleci-artifact-proxy against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 14:43:41.532 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 14:43:41.532 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:43:41.773 INFO blam! 867299f7ba36004267eb9fb8e3ba9d73e4a731cfc89ce63748f254c8b0ec6750 Sep 19 14:43:41.783 INFO running `"docker" "start" "-a" "867299f7ba36004267eb9fb8e3ba9d73e4a731cfc89ce63748f254c8b0ec6750"` Sep 19 14:43:42.458 INFO kablam! usermod: no changes Sep 19 14:43:42.851 INFO kablam! Compiling matches v0.1.6 Sep 19 14:43:42.855 INFO kablam! Compiling unicode-normalization v0.1.5 Sep 19 14:43:42.855 INFO kablam! Compiling byteorder v1.2.2 Sep 19 14:43:42.855 INFO kablam! Compiling serde v1.0.37 Sep 19 14:43:42.855 INFO kablam! Compiling httparse v1.2.4 Sep 19 14:43:42.855 INFO kablam! Compiling state v0.4.0 Sep 19 14:43:42.855 INFO kablam! Compiling smallvec v0.4.4 Sep 19 14:43:42.855 INFO kablam! Compiling pear v0.0.15 Sep 19 14:43:44.851 INFO kablam! Checking isatty v0.1.6 Sep 19 14:43:46.471 INFO kablam! Checking memchr v1.0.2 Sep 19 14:43:46.492 INFO kablam! Compiling time v0.1.39 Sep 19 14:43:47.972 INFO kablam! Compiling pear_codegen v0.0.15 Sep 19 14:43:47.987 INFO kablam! Compiling rocket v0.3.8 Sep 19 14:43:48.039 INFO kablam! Compiling rocket_codegen v0.3.8 Sep 19 14:43:48.583 INFO kablam! Checking base64 v0.6.0 Sep 19 14:43:48.595 INFO kablam! Checking toml v0.4.6 Sep 19 14:43:50.234 INFO kablam! Compiling unicode-bidi v0.3.4 Sep 19 14:43:50.627 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 19 14:43:54.924 INFO kablam! Checking uuid v0.5.1 Sep 19 14:43:55.092 INFO kablam! Compiling mime v0.2.6 Sep 19 14:43:55.731 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 19 14:43:55.805 INFO kablam! Compiling syn v0.13.1 Sep 19 14:43:56.241 INFO kablam! Checking libflate v0.1.14 Sep 19 14:43:59.104 INFO kablam! Checking serde_urlencoded v0.5.1 Sep 19 14:44:04.521 INFO kablam! Checking hyper v0.10.13 Sep 19 14:44:04.677 INFO kablam! Compiling phf_generator v0.7.21 Sep 19 14:44:04.741 INFO kablam! Compiling rayon-core v1.4.0 Sep 19 14:44:05.047 INFO kablam! Compiling idna v0.1.4 Sep 19 14:44:06.155 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 14:44:06.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:19:13 Sep 19 14:44:06.156 INFO kablam! | Sep 19 14:44:06.156 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 14:44:06.156 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 14:44:06.179 INFO kablam! Sep 19 14:44:06.467 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 14:44:06.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:66:16 Sep 19 14:44:06.468 INFO kablam! | Sep 19 14:44:06.468 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 14:44:06.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 14:44:06.491 INFO kablam! Sep 19 14:44:06.949 INFO kablam! Checking tokio-core v0.1.17 Sep 19 14:44:07.388 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 14:44:07.388 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:70:24 Sep 19 14:44:07.388 INFO kablam! | Sep 19 14:44:07.388 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 14:44:07.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 14:44:07.388 INFO kablam! Sep 19 14:44:08.103 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 14:44:08.103 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:317:9 Sep 19 14:44:08.104 INFO kablam! | Sep 19 14:44:08.104 INFO kablam! 317 | ExprKind::Block(block) => { Sep 19 14:44:08.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 14:44:08.105 INFO kablam! Sep 19 14:44:08.319 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 14:44:08.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9 Sep 19 14:44:08.320 INFO kablam! | Sep 19 14:44:08.320 INFO kablam! 339 | ExprKind::TupField(indexed_expr, i) => { Sep 19 14:44:08.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 14:44:08.321 INFO kablam! Sep 19 14:44:08.335 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 14:44:08.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:303:49 Sep 19 14:44:08.336 INFO kablam! | Sep 19 14:44:08.336 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 19 14:44:08.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:44:08.359 INFO kablam! | Sep 19 14:44:08.359 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 14:44:08.360 INFO kablam! Sep 19 14:44:08.455 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 14:44:08.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51 Sep 19 14:44:08.456 INFO kablam! | Sep 19 14:44:08.456 INFO kablam! 340 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 19 14:44:08.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 14:44:08.483 INFO kablam! Sep 19 14:44:08.955 INFO kablam! error: aborting due to 7 previous errors Sep 19 14:44:08.971 INFO kablam! Sep 19 14:44:08.971 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432, E0599. Sep 19 14:44:08.972 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 14:44:09.104 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 14:44:09.104 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:44:24.971 INFO kablam! error: build failed Sep 19 14:44:24.971 INFO kablam! su: No module specific data is present Sep 19 14:44:26.186 INFO running `"docker" "rm" "-f" "867299f7ba36004267eb9fb8e3ba9d73e4a731cfc89ce63748f254c8b0ec6750"` Sep 19 14:44:26.478 INFO blam! 867299f7ba36004267eb9fb8e3ba9d73e4a731cfc89ce63748f254c8b0ec6750