Sep 17 13:54:28.181 INFO checking RealOrangeOne/circleci-artifact-proxy against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 13:54:28.181 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 13:54:28.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 13:54:28.515 INFO blam! a34bc4850e3876f856dd4b1380a9579efffe98d2a0add4f99fbed6a4074ff519 Sep 17 13:54:28.517 INFO running `"docker" "start" "-a" "a34bc4850e3876f856dd4b1380a9579efffe98d2a0add4f99fbed6a4074ff519"` Sep 17 13:54:29.215 INFO kablam! usermod: no changes Sep 17 13:54:29.583 INFO kablam! Compiling lazy_static v1.0.0 Sep 17 13:54:29.586 INFO kablam! Compiling byteorder v1.2.2 Sep 17 13:54:29.586 INFO kablam! Compiling serde v1.0.37 Sep 17 13:54:29.586 INFO kablam! Compiling pear v0.0.15 Sep 17 13:54:29.586 INFO kablam! Compiling state v0.4.0 Sep 17 13:54:29.589 INFO kablam! Compiling smallvec v0.4.4 Sep 17 13:54:29.591 INFO kablam! Checking num-traits v0.2.2 Sep 17 13:54:31.589 INFO kablam! Checking memchr v1.0.2 Sep 17 13:54:31.631 INFO kablam! Checking isatty v0.1.6 Sep 17 13:54:31.762 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 17 13:54:32.327 INFO kablam! Compiling log v0.4.1 Sep 17 13:54:32.440 INFO kablam! Compiling num_cpus v1.8.0 Sep 17 13:54:33.179 INFO kablam! Compiling time v0.1.39 Sep 17 13:54:34.292 INFO kablam! Compiling openssl-sys v0.9.28 Sep 17 13:54:36.123 INFO kablam! Compiling pear_codegen v0.0.15 Sep 17 13:54:36.123 INFO kablam! Compiling rocket v0.3.8 Sep 17 13:54:36.151 INFO kablam! Compiling rocket_codegen v0.3.8 Sep 17 13:54:39.640 INFO kablam! Compiling proc-macro2 v0.3.6 Sep 17 13:54:39.642 INFO kablam! Checking base64 v0.6.0 Sep 17 13:54:39.664 INFO kablam! Checking toml v0.4.6 Sep 17 13:54:40.857 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 17 13:54:41.030 INFO kablam! Checking serde_json v1.0.13 Sep 17 13:54:43.103 INFO kablam! Compiling log v0.3.9 Sep 17 13:54:43.972 INFO kablam! Compiling idna v0.1.4 Sep 17 13:54:48.736 INFO kablam! Compiling mime v0.2.6 Sep 17 13:54:48.808 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 17 13:54:48.814 INFO kablam! Checking tokio-threadpool v0.1.2 Sep 17 13:54:55.055 INFO kablam! Checking hyper v0.10.13 Sep 17 13:54:56.628 INFO kablam! Checking serde_urlencoded v0.5.1 Sep 17 13:54:57.579 INFO kablam! Checking libflate v0.1.14 Sep 17 13:54:57.727 INFO kablam! Compiling openssl v0.9.24 Sep 17 13:54:58.215 INFO kablam! Compiling rayon-core v1.4.0 Sep 17 13:55:00.166 INFO kablam! Compiling quote v0.5.1 Sep 17 13:55:01.399 INFO kablam! Checking tokio v0.1.5 Sep 17 13:55:01.820 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 13:55:01.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:19:13 Sep 17 13:55:01.822 INFO kablam! | Sep 17 13:55:01.822 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 17 13:55:01.822 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 13:55:01.827 INFO kablam! Sep 17 13:55:02.100 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 17 13:55:02.100 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:66:16 Sep 17 13:55:02.100 INFO kablam! | Sep 17 13:55:02.100 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 17 13:55:02.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 17 13:55:02.107 INFO kablam! Sep 17 13:55:02.695 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 17 13:55:02.695 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:70:24 Sep 17 13:55:02.695 INFO kablam! | Sep 17 13:55:02.695 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 17 13:55:02.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 17 13:55:02.711 INFO kablam! Sep 17 13:55:03.027 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 17 13:55:03.027 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:317:9 Sep 17 13:55:03.027 INFO kablam! | Sep 17 13:55:03.027 INFO kablam! 317 | ExprKind::Block(block) => { Sep 17 13:55:03.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 17 13:55:03.027 INFO kablam! Sep 17 13:55:03.083 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 17 13:55:03.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9 Sep 17 13:55:03.083 INFO kablam! | Sep 17 13:55:03.083 INFO kablam! 339 | ExprKind::TupField(indexed_expr, i) => { Sep 17 13:55:03.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 17 13:55:03.083 INFO kablam! Sep 17 13:55:03.086 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 17 13:55:03.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:303:49 Sep 17 13:55:03.086 INFO kablam! | Sep 17 13:55:03.086 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 17 13:55:03.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:55:03.086 INFO kablam! | Sep 17 13:55:03.086 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 17 13:55:03.086 INFO kablam! Sep 17 13:55:03.103 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 17 13:55:03.103 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51 Sep 17 13:55:03.103 INFO kablam! | Sep 17 13:55:03.103 INFO kablam! 340 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 17 13:55:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 17 13:55:03.103 INFO kablam! Sep 17 13:55:03.227 INFO kablam! error: aborting due to 7 previous errors Sep 17 13:55:03.239 INFO kablam! Sep 17 13:55:03.251 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432, E0599. Sep 17 13:55:03.251 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 17 13:55:03.343 INFO kablam! error: Could not compile `pear_codegen`. Sep 17 13:55:03.343 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:55:11.855 INFO kablam! error: build failed Sep 17 13:55:11.867 INFO kablam! su: No module specific data is present Sep 17 13:55:12.691 INFO running `"docker" "rm" "-f" "a34bc4850e3876f856dd4b1380a9579efffe98d2a0add4f99fbed6a4074ff519"` Sep 17 13:55:13.005 INFO blam! a34bc4850e3876f856dd4b1380a9579efffe98d2a0add4f99fbed6a4074ff519