[INFO] updating cached repository timonv/lax [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/timonv/lax [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/timonv/lax" "work/ex/beta-1.37-6/sources/1.36.0/gh/timonv/lax"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/timonv/lax'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timonv/lax" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timonv/lax"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timonv/lax'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 491ca55b0974b8487e21d58bb45c190629cc8fff [INFO] sha for GitHub repo timonv/lax: 491ca55b0974b8487e21d58bb45c190629cc8fff [INFO] validating manifest of timonv/lax on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of timonv/lax on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing timonv/lax [INFO] finished frobbing timonv/lax [INFO] frobbed toml for timonv/lax written to work/ex/beta-1.37-6/sources/1.36.0/gh/timonv/lax/Cargo.toml [INFO] started frobbing timonv/lax [INFO] finished frobbing timonv/lax [INFO] frobbed toml for timonv/lax written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timonv/lax/Cargo.toml [INFO] crate timonv/lax already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/timonv/lax/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing timonv/lax against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/timonv/lax:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 66e3cb82ce8c80d0bb2fef0cf9f2a3c7d94b3b5f726aa9335de48a216136e041 [INFO] running `"docker" "start" "-a" "66e3cb82ce8c80d0bb2fef0cf9f2a3c7d94b3b5f726aa9335de48a216136e041"` [INFO] [stderr] Compiling rdispatcher v0.1.0 [INFO] [stderr] Compiling json_macros v0.3.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | quote_expr!(cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:56:27 [INFO] [stderr] | [INFO] [stderr] 56 | let key = quote_expr!(cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:67:33 [INFO] [stderr] | [INFO] [stderr] 67 | insertions.push(quote_expr!(cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | let expr = quote_expr!(cx, { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | quote_expr!(cx, {{ [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | quote_expr!(cx, { ::rustc_serialize::json::Json::Null }) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | quote_expr!(cx, {{ [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `common` in `parse` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | ::syntax::parse::common::SeqSep { [INFO] [stderr] | ^^^^^^ could not find `common` in `parse` [INFO] [stderr] ... [INFO] [stderr] 39 | let exprs = parser.parse_seq_to_end(&r_bracket, comma_sep!(), |p| { [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `common` in `parse` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | ::syntax::parse::common::SeqSep { [INFO] [stderr] | ^^^^^^ could not find `common` in `parse` [INFO] [stderr] ... [INFO] [stderr] 52 | let kvs = parser.parse_seq_to_end(&r_brace, comma_sep!(), |p| { [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:85:10 [INFO] [stderr] | [INFO] [stderr] 85 | &Token::Ident(id) if id.name.as_str() == "null" => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] [INFO] [stderr] error[E0614]: type `syntax::ast::Name` cannot be dereferenced [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:54:26 [INFO] [stderr] | [INFO] [stderr] 54 | let s = &*istr; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] error[E0599]: no method named `parse_pat_literal_maybe_minus` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/json_macros-0.3.2/src/plugin.rs:90:31 [INFO] [stderr] | [INFO] [stderr] 90 | let expr = parser.parse_pat_literal_maybe_minus().ok().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0432, E0433, E0554, E0557, E0599, E0614. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `json_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "66e3cb82ce8c80d0bb2fef0cf9f2a3c7d94b3b5f726aa9335de48a216136e041"` [INFO] running `"docker" "rm" "-f" "66e3cb82ce8c80d0bb2fef0cf9f2a3c7d94b3b5f726aa9335de48a216136e041"` [INFO] [stdout] 66e3cb82ce8c80d0bb2fef0cf9f2a3c7d94b3b5f726aa9335de48a216136e041