Oct 27 20:52:05.577 INFO checking horned-owl-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 20:52:05.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 20:52:05.895 INFO blam! cd87867a96c59ae14ebd45ac3403a20a07e52836030de2a1ee7b18787d510e12 Oct 27 20:52:05.903 INFO running `"docker" "start" "-a" "cd87867a96c59ae14ebd45ac3403a20a07e52836030de2a1ee7b18787d510e12"` Oct 27 20:52:07.351 INFO kablam! usermod: no changes Oct 27 20:52:07.511 INFO kablam! Checking curie v0.0.8 Oct 27 20:52:07.535 INFO kablam! Checking mktemp v0.3.1 Oct 27 20:52:07.547 INFO kablam! Checking quick-xml v0.12.4 Oct 27 20:52:10.707 INFO kablam! Checking horned-owl v0.4.0 (/source) Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:13:23 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 13 | let i = o.iri(format!("http://example.com/b{}", m)); Oct 27 20:52:23.007 INFO kablam! | ^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:14:24 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 14 | let _c = o.class(i); Oct 27 20:52:23.007 INFO kablam! | ^^^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:29:15 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 29 | let i = o.iri(format!("http://example.com/a{}", n)); Oct 27 20:52:23.007 INFO kablam! | ^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:30:15 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 30 | let c = o.class(i); Oct 27 20:52:23.007 INFO kablam! | ^^^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:39:19 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 39 | let i = o.iri(format!("http://example.com/a{}", remaining)); Oct 27 20:52:23.007 INFO kablam! | ^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:40:19 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 40 | let c = o.class(i); Oct 27 20:52:23.007 INFO kablam! | ^^^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:42:19 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 42 | let i = o.iri(format!("http://example.com/a{}", Oct 27 20:52:23.007 INFO kablam! | ^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:44:19 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 44 | let d = o.class(i); Oct 27 20:52:23.007 INFO kablam! | ^^^^^ Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:50:11 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 50 | o.subclass(curr.clone(), c); Oct 27 20:52:23.007 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.007 INFO kablam! error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.007 INFO kablam! --> benches/horned.rs:51:11 Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! 51 | o.subclass(curr, d); Oct 27 20:52:23.007 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.007 INFO kablam! | Oct 27 20:52:23.007 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.007 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:63:19 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 63 | let i = o.iri("http://example.com/a".to_string()); Oct 27 20:52:23.017 INFO kablam! | ^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:64:19 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 64 | let c = o.class(i); Oct 27 20:52:23.017 INFO kablam! | ^^^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:69:19 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 69 | o.iri(format!("http://example.com/b{}", m)); Oct 27 20:52:23.017 INFO kablam! | ^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:70:23 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 70 | let d = o.class(i); Oct 27 20:52:23.017 INFO kablam! | ^^^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `subclass` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:71:15 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 71 | o.subclass(c.clone(),d.clone()); Oct 27 20:52:23.017 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:74:19 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 74 | let i = o.iri(format!("http://example.com/b{}", n - 1)); Oct 27 20:52:23.017 INFO kablam! | ^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.017 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.017 INFO kablam! --> benches/horned.rs:75:19 Oct 27 20:52:23.017 INFO kablam! | Oct 27 20:52:23.017 INFO kablam! 75 | let d = o.class(i); Oct 27 20:52:23.017 INFO kablam! | ^^^^^ Oct 27 20:52:23.017 INFO kablam! Oct 27 20:52:23.035 INFO kablam! error: aborting due to 17 previous errors Oct 27 20:52:23.035 INFO kablam! Oct 27 20:52:23.035 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 20:52:23.059 INFO kablam! error: Could not compile `horned-owl`. Oct 27 20:52:23.059 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 20:52:24.716 INFO kablam! error: build failed Oct 27 20:52:24.718 INFO kablam! su: No module specific data is present Oct 27 20:52:25.039 INFO running `"docker" "rm" "-f" "cd87867a96c59ae14ebd45ac3403a20a07e52836030de2a1ee7b18787d510e12"` Oct 27 20:52:25.174 INFO blam! cd87867a96c59ae14ebd45ac3403a20a07e52836030de2a1ee7b18787d510e12