Oct 22 02:25:59.482 INFO checking horned-owl-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:25:59.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 22 02:25:59.748 INFO blam! dc3c1b1ab4591b14662d414d723c280608eb53aff9ef65d38e7a9bf8ad7e857b Oct 22 02:25:59.750 INFO running `"docker" "start" "-a" "dc3c1b1ab4591b14662d414d723c280608eb53aff9ef65d38e7a9bf8ad7e857b"` Oct 22 02:26:00.899 INFO kablam! usermod: no changes Oct 22 02:26:01.120 INFO kablam! Checking curie v0.0.8 Oct 22 02:26:01.121 INFO kablam! Checking mktemp v0.3.1 Oct 22 02:26:01.915 INFO kablam! Checking horned-owl v0.4.0 (/source) Oct 22 02:26:11.724 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.724 INFO kablam! --> benches/horned.rs:13:23 Oct 22 02:26:11.724 INFO kablam! | Oct 22 02:26:11.724 INFO kablam! 13 | let i = o.iri(format!("http://example.com/b{}", m)); Oct 22 02:26:11.724 INFO kablam! | ^^^ Oct 22 02:26:11.724 INFO kablam! Oct 22 02:26:11.772 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.772 INFO kablam! --> benches/horned.rs:14:24 Oct 22 02:26:11.772 INFO kablam! | Oct 22 02:26:11.772 INFO kablam! 14 | let _c = o.class(i); Oct 22 02:26:11.772 INFO kablam! | ^^^^^ Oct 22 02:26:11.788 INFO kablam! Oct 22 02:26:11.864 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.864 INFO kablam! --> benches/horned.rs:29:15 Oct 22 02:26:11.864 INFO kablam! | Oct 22 02:26:11.864 INFO kablam! 29 | let i = o.iri(format!("http://example.com/a{}", n)); Oct 22 02:26:11.864 INFO kablam! | ^^^ Oct 22 02:26:11.864 INFO kablam! Oct 22 02:26:11.864 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.864 INFO kablam! --> benches/horned.rs:30:15 Oct 22 02:26:11.864 INFO kablam! | Oct 22 02:26:11.864 INFO kablam! 30 | let c = o.class(i); Oct 22 02:26:11.864 INFO kablam! | ^^^^^ Oct 22 02:26:11.872 INFO kablam! Oct 22 02:26:11.880 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.881 INFO kablam! --> benches/horned.rs:39:19 Oct 22 02:26:11.881 INFO kablam! | Oct 22 02:26:11.881 INFO kablam! 39 | let i = o.iri(format!("http://example.com/a{}", remaining)); Oct 22 02:26:11.881 INFO kablam! | ^^^ Oct 22 02:26:11.896 INFO kablam! Oct 22 02:26:11.900 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.901 INFO kablam! --> benches/horned.rs:40:19 Oct 22 02:26:11.901 INFO kablam! | Oct 22 02:26:11.901 INFO kablam! 40 | let c = o.class(i); Oct 22 02:26:11.901 INFO kablam! | ^^^^^ Oct 22 02:26:11.924 INFO kablam! Oct 22 02:26:11.925 INFO kablam! error[E0599]: no method named `iri` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.925 INFO kablam! --> benches/horned.rs:42:19 Oct 22 02:26:11.925 INFO kablam! | Oct 22 02:26:11.925 INFO kablam! 42 | let i = o.iri(format!("http://example.com/a{}", Oct 22 02:26:11.925 INFO kablam! | ^^^ Oct 22 02:26:11.936 INFO kablam! Oct 22 02:26:11.941 INFO kablam! error[E0599]: no method named `class` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.941 INFO kablam! --> benches/horned.rs:44:19 Oct 22 02:26:11.941 INFO kablam! | Oct 22 02:26:11.941 INFO kablam! 44 | let d = o.class(i); Oct 22 02:26:11.941 INFO kablam! | ^^^^^ Oct 22 02:26:11.941 INFO kablam! Oct 22 02:26:11.960 INFO kablam! error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:11.960 INFO kablam! --> benches/horned.rs:50:11 Oct 22 02:26:11.960 INFO kablam! | Oct 22 02:26:11.960 INFO kablam! 50 | o.subclass(curr.clone(), c); Oct 22 02:26:11.960 INFO kablam! | ^^^^^^^^ Oct 22 02:26:11.967 INFO kablam! | Oct 22 02:26:11.967 INFO kablam! = help: did you mean `sub_class`? Oct 22 02:26:11.967 INFO kablam! Oct 22 02:26:12.000 INFO kablam! error[E0599]: no method named `subclass` found for type `&mut horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.000 INFO kablam! --> benches/horned.rs:51:11 Oct 22 02:26:12.000 INFO kablam! | Oct 22 02:26:12.000 INFO kablam! 51 | o.subclass(curr, d); Oct 22 02:26:12.000 INFO kablam! | ^^^^^^^^ Oct 22 02:26:12.000 INFO kablam! | Oct 22 02:26:12.000 INFO kablam! = help: did you mean `sub_class`? Oct 22 02:26:12.000 INFO kablam! Oct 22 02:26:12.044 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.044 INFO kablam! --> benches/horned.rs:63:19 Oct 22 02:26:12.044 INFO kablam! | Oct 22 02:26:12.044 INFO kablam! 63 | let i = o.iri("http://example.com/a".to_string()); Oct 22 02:26:12.044 INFO kablam! | ^^^ Oct 22 02:26:12.044 INFO kablam! Oct 22 02:26:12.044 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.044 INFO kablam! --> benches/horned.rs:64:19 Oct 22 02:26:12.044 INFO kablam! | Oct 22 02:26:12.044 INFO kablam! 64 | let c = o.class(i); Oct 22 02:26:12.044 INFO kablam! | ^^^^^ Oct 22 02:26:12.044 INFO kablam! Oct 22 02:26:12.065 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.065 INFO kablam! --> benches/horned.rs:69:19 Oct 22 02:26:12.065 INFO kablam! | Oct 22 02:26:12.065 INFO kablam! 69 | o.iri(format!("http://example.com/b{}", m)); Oct 22 02:26:12.065 INFO kablam! | ^^^ Oct 22 02:26:12.065 INFO kablam! Oct 22 02:26:12.081 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.081 INFO kablam! --> benches/horned.rs:70:23 Oct 22 02:26:12.081 INFO kablam! | Oct 22 02:26:12.081 INFO kablam! 70 | let d = o.class(i); Oct 22 02:26:12.081 INFO kablam! | ^^^^^ Oct 22 02:26:12.081 INFO kablam! Oct 22 02:26:12.081 INFO kablam! error[E0599]: no method named `subclass` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.081 INFO kablam! --> benches/horned.rs:71:15 Oct 22 02:26:12.081 INFO kablam! | Oct 22 02:26:12.081 INFO kablam! 71 | o.subclass(c.clone(),d.clone()); Oct 22 02:26:12.081 INFO kablam! | ^^^^^^^^ Oct 22 02:26:12.108 INFO kablam! | Oct 22 02:26:12.108 INFO kablam! = help: did you mean `sub_class`? Oct 22 02:26:12.108 INFO kablam! Oct 22 02:26:12.108 INFO kablam! error[E0599]: no method named `iri` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.108 INFO kablam! --> benches/horned.rs:74:19 Oct 22 02:26:12.108 INFO kablam! | Oct 22 02:26:12.108 INFO kablam! 74 | let i = o.iri(format!("http://example.com/b{}", n - 1)); Oct 22 02:26:12.108 INFO kablam! | ^^^ Oct 22 02:26:12.108 INFO kablam! Oct 22 02:26:12.123 INFO kablam! error[E0599]: no method named `class` found for type `horned_owl::model::Ontology` in the current scope Oct 22 02:26:12.123 INFO kablam! --> benches/horned.rs:75:19 Oct 22 02:26:12.123 INFO kablam! | Oct 22 02:26:12.123 INFO kablam! 75 | let d = o.class(i); Oct 22 02:26:12.123 INFO kablam! | ^^^^^ Oct 22 02:26:12.148 INFO kablam! Oct 22 02:26:12.256 INFO kablam! error: aborting due to 17 previous errors Oct 22 02:26:12.256 INFO kablam! Oct 22 02:26:12.256 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 22 02:26:12.304 INFO kablam! error: Could not compile `horned-owl`. Oct 22 02:26:12.304 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 02:26:15.188 INFO kablam! error: build failed Oct 22 02:26:15.188 INFO kablam! su: No module specific data is present Oct 22 02:26:16.120 INFO running `"docker" "rm" "-f" "dc3c1b1ab4591b14662d414d723c280608eb53aff9ef65d38e7a9bf8ad7e857b"` Oct 22 02:26:16.280 INFO blam! dc3c1b1ab4591b14662d414d723c280608eb53aff9ef65d38e7a9bf8ad7e857b