Oct 27 20:52:05.235 INFO checking horned-owl-0.4.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 20:52:05.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.675 INFO blam! 2d348c15aa07543245d3d2cd0795c2462a1b5d4ffc80cec0686df4479f88f07c Oct 27 20:52:05.681 INFO running `"docker" "start" "-a" "2d348c15aa07543245d3d2cd0795c2462a1b5d4ffc80cec0686df4479f88f07c"` Oct 27 20:52:06.974 INFO kablam! usermod: no changes Oct 27 20:52:07.107 INFO kablam! Checking curie v0.0.8 Oct 27 20:52:07.107 INFO kablam! Checking mktemp v0.3.1 Oct 27 20:52:07.107 INFO kablam! Checking quick-xml v0.12.4 Oct 27 20:52:10.372 INFO kablam! Checking horned-owl v0.4.0 (/source) Oct 27 20:52:23.291 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.291 INFO kablam! --> benches/horned.rs:13:23 Oct 27 20:52:23.291 INFO kablam! | Oct 27 20:52:23.291 INFO kablam! 13 | let i = o.iri(format!("http://example.com/b{}", m)); Oct 27 20:52:23.291 INFO kablam! | ^^^ Oct 27 20:52:23.291 INFO kablam! Oct 27 20:52:23.315 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.315 INFO kablam! --> benches/horned.rs:14:24 Oct 27 20:52:23.315 INFO kablam! | Oct 27 20:52:23.315 INFO kablam! 14 | let _c = o.class(i); Oct 27 20:52:23.315 INFO kablam! | ^^^^^ Oct 27 20:52:23.361 INFO kablam! Oct 27 20:52:23.387 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.387 INFO kablam! --> benches/horned.rs:29:15 Oct 27 20:52:23.387 INFO kablam! | Oct 27 20:52:23.387 INFO kablam! 29 | let i = o.iri(format!("http://example.com/a{}", n)); Oct 27 20:52:23.387 INFO kablam! | ^^^ Oct 27 20:52:23.387 INFO kablam! Oct 27 20:52:23.387 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.387 INFO kablam! --> benches/horned.rs:30:15 Oct 27 20:52:23.387 INFO kablam! | Oct 27 20:52:23.387 INFO kablam! 30 | let c = o.class(i); Oct 27 20:52:23.387 INFO kablam! | ^^^^^ Oct 27 20:52:23.387 INFO kablam! Oct 27 20:52:23.387 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.387 INFO kablam! --> benches/horned.rs:39:19 Oct 27 20:52:23.387 INFO kablam! | Oct 27 20:52:23.387 INFO kablam! 39 | let i = o.iri(format!("http://example.com/a{}", remaining)); Oct 27 20:52:23.387 INFO kablam! | ^^^ Oct 27 20:52:23.387 INFO kablam! Oct 27 20:52:23.387 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.387 INFO kablam! --> benches/horned.rs:40:19 Oct 27 20:52:23.387 INFO kablam! | Oct 27 20:52:23.387 INFO kablam! 40 | let c = o.class(i); Oct 27 20:52:23.387 INFO kablam! | ^^^^^ Oct 27 20:52:23.387 INFO kablam! Oct 27 20:52:23.391 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.391 INFO kablam! --> benches/horned.rs:42:19 Oct 27 20:52:23.391 INFO kablam! | Oct 27 20:52:23.391 INFO kablam! 42 | let i = o.iri(format!("http://example.com/a{}", Oct 27 20:52:23.391 INFO kablam! | ^^^ Oct 27 20:52:23.391 INFO kablam! Oct 27 20:52:23.399 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.399 INFO kablam! --> benches/horned.rs:44:19 Oct 27 20:52:23.399 INFO kablam! | Oct 27 20:52:23.399 INFO kablam! 44 | let d = o.class(i); Oct 27 20:52:23.399 INFO kablam! | ^^^^^ Oct 27 20:52:23.399 INFO kablam! Oct 27 20:52:23.399 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.399 INFO kablam! --> benches/horned.rs:50:11 Oct 27 20:52:23.399 INFO kablam! | Oct 27 20:52:23.399 INFO kablam! 50 | o.subclass(curr.clone(), c); Oct 27 20:52:23.399 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.399 INFO kablam! | Oct 27 20:52:23.399 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.399 INFO kablam! Oct 27 20:52:23.407 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.407 INFO kablam! --> benches/horned.rs:51:11 Oct 27 20:52:23.407 INFO kablam! | Oct 27 20:52:23.407 INFO kablam! 51 | o.subclass(curr, d); Oct 27 20:52:23.407 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.407 INFO kablam! | Oct 27 20:52:23.407 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.407 INFO kablam! Oct 27 20:52:23.415 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.415 INFO kablam! --> benches/horned.rs:63:19 Oct 27 20:52:23.415 INFO kablam! | Oct 27 20:52:23.415 INFO kablam! 63 | let i = o.iri("http://example.com/a".to_string()); Oct 27 20:52:23.415 INFO kablam! | ^^^ Oct 27 20:52:23.415 INFO kablam! Oct 27 20:52:23.416 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.416 INFO kablam! --> benches/horned.rs:64:19 Oct 27 20:52:23.416 INFO kablam! | Oct 27 20:52:23.416 INFO kablam! 64 | let c = o.class(i); Oct 27 20:52:23.416 INFO kablam! | ^^^^^ Oct 27 20:52:23.416 INFO kablam! Oct 27 20:52:23.419 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.419 INFO kablam! --> benches/horned.rs:69:19 Oct 27 20:52:23.419 INFO kablam! | Oct 27 20:52:23.419 INFO kablam! 69 | o.iri(format!("http://example.com/b{}", m)); Oct 27 20:52:23.419 INFO kablam! | ^^^ Oct 27 20:52:23.419 INFO kablam! Oct 27 20:52:23.419 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.419 INFO kablam! --> benches/horned.rs:70:23 Oct 27 20:52:23.419 INFO kablam! | Oct 27 20:52:23.419 INFO kablam! 70 | let d = o.class(i); Oct 27 20:52:23.419 INFO kablam! | ^^^^^ Oct 27 20:52:23.419 INFO kablam! Oct 27 20:52:23.419 INFO kablam! error[E0599]: no method named `subclass` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.419 INFO kablam! --> benches/horned.rs:71:15 Oct 27 20:52:23.419 INFO kablam! | Oct 27 20:52:23.419 INFO kablam! 71 | o.subclass(c.clone(),d.clone()); Oct 27 20:52:23.419 INFO kablam! | ^^^^^^^^ Oct 27 20:52:23.419 INFO kablam! | Oct 27 20:52:23.419 INFO kablam! = help: did you mean `sub_class`? Oct 27 20:52:23.419 INFO kablam! Oct 27 20:52:23.431 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.431 INFO kablam! --> benches/horned.rs:74:19 Oct 27 20:52:23.431 INFO kablam! | Oct 27 20:52:23.431 INFO kablam! 74 | let i = o.iri(format!("http://example.com/b{}", n - 1)); Oct 27 20:52:23.431 INFO kablam! | ^^^ Oct 27 20:52:23.431 INFO kablam! Oct 27 20:52:23.435 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 27 20:52:23.435 INFO kablam! --> benches/horned.rs:75:19 Oct 27 20:52:23.435 INFO kablam! | Oct 27 20:52:23.435 INFO kablam! 75 | let d = o.class(i); Oct 27 20:52:23.435 INFO kablam! | ^^^^^ Oct 27 20:52:23.435 INFO kablam! Oct 27 20:52:23.455 INFO kablam! error: aborting due to 17 previous errors Oct 27 20:52:23.455 INFO kablam! Oct 27 20:52:23.455 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 20:52:23.463 INFO kablam! error: Could not compile `horned-owl`. Oct 27 20:52:23.463 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 20:52:24.439 INFO kablam! error: build failed Oct 27 20:52:24.443 INFO kablam! su: No module specific data is present Oct 27 20:52:24.825 INFO running `"docker" "rm" "-f" "2d348c15aa07543245d3d2cd0795c2462a1b5d4ffc80cec0686df4479f88f07c"` Oct 27 20:52:25.000 INFO blam! 2d348c15aa07543245d3d2cd0795c2462a1b5d4ffc80cec0686df4479f88f07c