Sep 17 13:54:28.279 INFO checking RealOrangeOne/circleci-artifact-proxy against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 13:54:28.279 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 13:54:28.279 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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.591 INFO blam! ba71e8c8ec90e3a33d8beeaeca273c6ad7ab4c59d952da7b119fddd9b829fd4f Sep 17 13:54:28.593 INFO running `"docker" "start" "-a" "ba71e8c8ec90e3a33d8beeaeca273c6ad7ab4c59d952da7b119fddd9b829fd4f"` Sep 17 13:54:29.299 INFO kablam! usermod: no changes Sep 17 13:54:29.680 INFO kablam! Compiling pear v0.0.15 Sep 17 13:54:29.687 INFO kablam! Checking isatty v0.1.6 Sep 17 13:54:29.702 INFO kablam! Compiling openssl-sys v0.9.28 Sep 17 13:54:29.702 INFO kablam! Compiling pear_codegen v0.0.15 Sep 17 13:54:29.702 INFO kablam! Compiling toml v0.4.6 Sep 17 13:54:30.437 INFO kablam! Compiling url v1.7.0 Sep 17 13:54:30.875 INFO kablam! Compiling serde_derive_internals v0.23.0 Sep 17 13:54:31.703 INFO kablam! Checking libflate v0.1.14 Sep 17 13:54:34.243 INFO kablam! Checking hyper v0.10.13 Sep 17 13:54:35.504 INFO kablam! Checking serde_urlencoded v0.5.1 Sep 17 13:54:36.665 INFO kablam! Compiling rayon v0.7.1 Sep 17 13:54:45.683 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 13:54:45.683 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:19:13 Sep 17 13:54:45.683 INFO kablam! | Sep 17 13:54:45.683 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 17 13:54:45.683 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 13:54:45.715 INFO kablam! Sep 17 13:54:46.083 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 17 13:54:46.084 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:66:16 Sep 17 13:54:46.084 INFO kablam! | Sep 17 13:54:46.084 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 17 13:54:46.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 17 13:54:46.085 INFO kablam! Sep 17 13:54:47.055 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 17 13:54:47.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:70:24 Sep 17 13:54:47.055 INFO kablam! | Sep 17 13:54:47.055 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 17 13:54:47.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 17 13:54:47.055 INFO kablam! Sep 17 13:54:47.780 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 17 13:54:47.781 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:317:9 Sep 17 13:54:47.781 INFO kablam! | Sep 17 13:54:47.782 INFO kablam! 317 | ExprKind::Block(block) => { Sep 17 13:54:47.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 17 13:54:47.799 INFO kablam! Sep 17 13:54:47.983 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 17 13:54:47.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9 Sep 17 13:54:47.984 INFO kablam! | Sep 17 13:54:47.984 INFO kablam! 339 | ExprKind::TupField(indexed_expr, i) => { Sep 17 13:54:47.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 17 13:54:47.985 INFO kablam! Sep 17 13:54:47.999 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 17 13:54:47.999 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:303:49 Sep 17 13:54:47.999 INFO kablam! | Sep 17 13:54:48.000 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 17 13:54:48.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 13:54:48.027 INFO kablam! | Sep 17 13:54:48.027 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 17 13:54:48.027 INFO kablam! Sep 17 13:54:48.099 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 17 13:54:48.099 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51 Sep 17 13:54:48.100 INFO kablam! | Sep 17 13:54:48.100 INFO kablam! 340 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 17 13:54:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 17 13:54:48.123 INFO kablam! Sep 17 13:54:48.466 INFO kablam! error: aborting due to 7 previous errors Sep 17 13:54:48.479 INFO kablam! Sep 17 13:54:48.479 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432, E0599. Sep 17 13:54:48.480 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 17 13:54:48.579 INFO kablam! error: Could not compile `pear_codegen`. Sep 17 13:54:48.580 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:54:54.150 INFO kablam! error: build failed Sep 17 13:54:54.153 INFO kablam! su: No module specific data is present Sep 17 13:54:55.803 INFO running `"docker" "rm" "-f" "ba71e8c8ec90e3a33d8beeaeca273c6ad7ab4c59d952da7b119fddd9b829fd4f"` Sep 17 13:54:56.143 INFO blam! ba71e8c8ec90e3a33d8beeaeca273c6ad7ab4c59d952da7b119fddd9b829fd4f