[INFO] crate horned-owl 0.5.0 is already in cache [INFO] extracting crate horned-owl 0.5.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/horned-owl/0.5.0 [INFO] extracting crate horned-owl 0.5.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/horned-owl/0.5.0 [INFO] validating manifest of horned-owl-0.5.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of horned-owl-0.5.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-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-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/horned-owl/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking horned-owl-0.5.0 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-0/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2b2a27eaaf75186c3cdb579298a324dafdf967d4c0880aa775b05829c152fbbb [INFO] running `"docker" "start" "-a" "2b2a27eaaf75186c3cdb579298a324dafdf967d4c0880aa775b05829c152fbbb"` [INFO] [stderr] Checking curie v0.0.8 [INFO] [stderr] Checking enum_meta v0.6.0 [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: did you mean: `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: did you mean: `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: did you mean: `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" "2b2a27eaaf75186c3cdb579298a324dafdf967d4c0880aa775b05829c152fbbb"` [INFO] running `"docker" "rm" "-f" "2b2a27eaaf75186c3cdb579298a324dafdf967d4c0880aa775b05829c152fbbb"` [INFO] [stdout] 2b2a27eaaf75186c3cdb579298a324dafdf967d4c0880aa775b05829c152fbbb