[INFO] crate horned-owl 0.5.0 is already in cache [INFO] extracting crate horned-owl 0.5.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/horned-owl/0.5.0 [INFO] extracting crate horned-owl 0.5.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/horned-owl/0.5.0 [INFO] validating manifest of horned-owl-0.5.0 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of horned-owl-0.5.0 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing horned-owl-0.5.0 [INFO] finished frobbing horned-owl-0.5.0 [INFO] frobbed toml for horned-owl-0.5.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/horned-owl/0.5.0/Cargo.toml [INFO] started frobbing horned-owl-0.5.0 [INFO] finished frobbing horned-owl-0.5.0 [INFO] frobbed toml for horned-owl-0.5.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/horned-owl/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking horned-owl-0.5.0 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-6/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/horned-owl/0.5.0:/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=forbid" "-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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d0d7b4243c9fee26dbc68bd7b8265b7ef5a77e59e654496b1f5b5c1a72136e7a [INFO] running `"docker" "start" "-a" "d0d7b4243c9fee26dbc68bd7b8265b7ef5a77e59e654496b1f5b5c1a72136e7a"` [INFO] [stderr] Checking curie v0.0.8 [INFO] [stderr] Checking enum_meta v0.6.0 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking horned-owl v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `META_OWL2Datatype` should have an upper case name [INFO] [stderr] --> src/vocab.rs:79:30 [INFO] [stderr] | [INFO] [stderr] 79 | OWL2Datatype, IRIString, META_OWL2Datatype; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `META_OWL2_DATATYPE` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `META_OWL2Datatype` should have an upper case name [INFO] [stderr] --> src/vocab.rs:79:30 [INFO] [stderr] | [INFO] [stderr] 79 | OWL2Datatype, IRIString, META_OWL2Datatype; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `META_OWL2_DATATYPE` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | let i = o.iri(format!("http://example.com/b{}", m)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | let _c = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | let i = o.iri(format!("http://example.com/a{}", n)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | let c = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | let i = o.iri(format!("http://example.com/a{}", remaining)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | let c = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let i = o.iri(format!("http://example.com/a{}", [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let d = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:50:11 [INFO] [stderr] | [INFO] [stderr] 50 | o.subclass(curr.clone(), c); [INFO] [stderr] | ^^^^^^^^ help: there is a method with a similar name: `sub_class` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | o.subclass(curr, d); [INFO] [stderr] | ^^^^^^^^ help: there is a method with a similar name: `sub_class` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:63:19 [INFO] [stderr] | [INFO] [stderr] 63 | let i = o.iri("http://example.com/a".to_string()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | let c = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | o.iri(format!("http://example.com/b{}", m)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:70:23 [INFO] [stderr] | [INFO] [stderr] 70 | let d = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `subclass` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:71:15 [INFO] [stderr] | [INFO] [stderr] 71 | o.subclass(c.clone(),d.clone()); [INFO] [stderr] | ^^^^^^^^ help: there is a method with a similar name: `sub_class` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | let i = o.iri(format!("http://example.com/b{}", n - 1)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope [INFO] [stderr] --> benches/horned.rs:75:19 [INFO] [stderr] | [INFO] [stderr] 75 | let d = o.class(i); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `horned-owl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d0d7b4243c9fee26dbc68bd7b8265b7ef5a77e59e654496b1f5b5c1a72136e7a"` [INFO] running `"docker" "rm" "-f" "d0d7b4243c9fee26dbc68bd7b8265b7ef5a77e59e654496b1f5b5c1a72136e7a"` [INFO] [stdout] d0d7b4243c9fee26dbc68bd7b8265b7ef5a77e59e654496b1f5b5c1a72136e7a