[INFO] updating cached repository chridou/joe [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chridou/joe [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chridou/joe" "work/ex/beta-1.38-1/sources/1.37.0/gh/chridou/joe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chridou/joe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chridou/joe" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chridou/joe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chridou/joe'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c6714161698354989492a061f2d3980bf81b8b30 [INFO] sha for GitHub repo chridou/joe: c6714161698354989492a061f2d3980bf81b8b30 [INFO] validating manifest of chridou/joe on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chridou/joe on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chridou/joe [INFO] finished frobbing chridou/joe [INFO] frobbed toml for chridou/joe written to work/ex/beta-1.38-1/sources/1.37.0/gh/chridou/joe/Cargo.toml [INFO] started frobbing chridou/joe [INFO] finished frobbing chridou/joe [INFO] frobbed toml for chridou/joe written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chridou/joe/Cargo.toml [INFO] crate chridou/joe already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chridou/joe against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/chridou/joe:/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.37.0" "build" "--frozen"` [INFO] [stdout] 0361bb00934e2e53f2c28df33437419f17419bad30158cd4a94df6478a882b27 [INFO] running `"docker" "start" "-a" "0361bb00934e2e53f2c28df33437419f17419bad30158cd4a94df6478a882b27"` [INFO] [stderr] Compiling libc v0.2.14 [INFO] [stderr] Compiling pq-sys v0.2.2 [INFO] [stderr] Compiling quote v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.3.4 [INFO] [stderr] Compiling quote v0.2.3 [INFO] [stderr] Compiling serde v0.8.13 [INFO] [stderr] Compiling joe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling syn v0.9.0 [INFO] [stderr] Compiling syn v0.8.7 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling thread_local v0.2.6 [INFO] [stderr] Compiling diesel v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.5.2 [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/diesel-0.8.0/src/lib.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "unstable", feature(specialization))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling regex v0.1.73 [INFO] [stderr] Compiling serde_codegen_internals v0.10.0 [INFO] [stderr] Compiling serde_codegen v0.8.13 [INFO] [stderr] Compiling serde_json v0.8.2 [INFO] [stderr] Compiling uuid v0.3.1 [INFO] [stderr] error[E0433]: failed to resolve: could not find `codemap` in `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:126:29 [INFO] [stderr] | [INFO] [stderr] 126 | span: ::syntax::codemap::Span, [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `codemap` in `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:126:29 [INFO] [stderr] | [INFO] [stderr] 126 | span: ::syntax::codemap::Span, [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern` in module `syntax::parse::token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | syntax::parse::token::intern("derive_Serialize"), [INFO] [stderr] | ^^^^^^ not found in `syntax::parse::token` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in module `syntax::ext::base` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:111:28 [INFO] [stderr] | [INFO] [stderr] 111 | syntax::ext::base::MultiDecorator( [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern` in module `syntax::parse::token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | syntax::parse::token::intern("derive_Deserialize"), [INFO] [stderr] | ^^^^^^ not found in `syntax::parse::token` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in module `syntax::ext::base` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:116:28 [INFO] [stderr] | [INFO] [stderr] 116 | syntax::ext::base::MultiDecorator( [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `parse_item_from_source_str` in module `parse` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:173:36 [INFO] [stderr] | [INFO] [stderr] 173 | let impl_item = parse::parse_item_from_source_str(name, expanded, cfg, &sess); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `parse_stream_from_source_str` [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `parse_item_from_source_str` in module `parse` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:173:36 [INFO] [stderr] | [INFO] [stderr] 173 | let impl_item = parse::parse_item_from_source_str(name, expanded, cfg, &sess); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `parse_stream_from_source_str` [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [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/serde_codegen-0.8.13/src/lib.rs:5:43 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:145:18 [INFO] [stderr] | [INFO] [stderr] 145 | impl visit::Visitor for MarkSerdeAttributesUsed { [INFO] [stderr] | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:145:18 [INFO] [stderr] | [INFO] [stderr] 145 | impl visit::Visitor for MarkSerdeAttributesUsed { [INFO] [stderr] | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:119:28 [INFO] [stderr] | [INFO] [stderr] 119 | reg.register_attribute("serde".to_owned(), AttributeType::Normal); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Name`, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::ast::Name` [INFO] [stderr] found type `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:172:24 [INFO] [stderr] | [INFO] [stderr] 172 | let sess = parse::ParseSess::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:172:24 [INFO] [stderr] | [INFO] [stderr] 172 | let sess = parse::ParseSess::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::Attribute` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | match attr.node.value.node { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:148:25 [INFO] [stderr] | [INFO] [stderr] 148 | ast::MetaItemKind::List(ref name, _) if name == "serde" => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] ... [INFO] [stderr] 179 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::Attribute` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | match attr.node.value.node { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.13/src/lib.rs:148:25 [INFO] [stderr] | [INFO] [stderr] 148 | ast::MetaItemKind::List(ref name, _) if name == "serde" => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] ... [INFO] [stderr] 180 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0308, E0425, E0433, E0554, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `serde_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `diesel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0361bb00934e2e53f2c28df33437419f17419bad30158cd4a94df6478a882b27"` [INFO] running `"docker" "rm" "-f" "0361bb00934e2e53f2c28df33437419f17419bad30158cd4a94df6478a882b27"` [INFO] [stdout] 0361bb00934e2e53f2c28df33437419f17419bad30158cd4a94df6478a882b27