[INFO] updating cached repository martindevans/Intent [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/martindevans/Intent [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/martindevans/Intent" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/martindevans/Intent"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/martindevans/Intent'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/martindevans/Intent" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/martindevans/Intent"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/martindevans/Intent'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e770ebb5eb62d6a8ad5ef166740c45ee20376d2e [INFO] sha for GitHub repo martindevans/Intent: e770ebb5eb62d6a8ad5ef166740c45ee20376d2e [INFO] validating manifest of martindevans/Intent on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of martindevans/Intent on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing martindevans/Intent [INFO] finished frobbing martindevans/Intent [INFO] frobbed toml for martindevans/Intent written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/martindevans/Intent/Cargo.toml [INFO] started frobbing martindevans/Intent [INFO] finished frobbing martindevans/Intent [INFO] frobbed toml for martindevans/Intent written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/martindevans/Intent/Cargo.toml [INFO] crate martindevans/Intent already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking martindevans/Intent against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/martindevans/Intent:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 708d7d14a0f06411ec9e092521e804bc57e265472ca375c27fac23a4ab602620 [INFO] running `"docker" "start" "-a" "708d7d14a0f06411ec9e092521e804bc57e265472ca375c27fac23a4ab602620"` [INFO] [stderr] Checking intent v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:141:47 [INFO] [stderr] | [INFO] [stderr] 141 | Cell(ref b, ref c) => Rc::new(eval_cell( [INFO] [stderr] | _______________________________________________^ [INFO] [stderr] 142 | | &eval_cell(&a, &b), [INFO] [stderr] 143 | | &eval_cell(&a, &c) [INFO] [stderr] 144 | | )) [INFO] [stderr] | |_________________^ expected enum `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:152:60 [INFO] [stderr] | [INFO] [stderr] 152 | (Some(0), Some((ref b, ref c))) => Rc::new(b), [INFO] [stderr] | ^ expected enum `Value`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `&std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:153:60 [INFO] [stderr] | [INFO] [stderr] 153 | (Some(1), Some((ref b, ref c))) => Rc::new(c), [INFO] [stderr] | ^ expected enum `Value`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `&std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `intent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:171:23 [INFO] [stderr] | [INFO] [stderr] 171 | let r = eval(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:172:21 [INFO] [stderr] | [INFO] [stderr] 172 | Rc::new(Atom(0)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Error` in this scope [INFO] [stderr] --> src/lib.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | Rc::new(Error) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Error; [INFO] [stderr] | [INFO] [stderr] 165 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:185:23 [INFO] [stderr] | [INFO] [stderr] 185 | let r = eval(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:186:21 [INFO] [stderr] | [INFO] [stderr] 186 | Rc::new(Atom(0)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:187:21 [INFO] [stderr] | [INFO] [stderr] 187 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:188:25 [INFO] [stderr] | [INFO] [stderr] 188 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | Rc::new(Atom(2)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:194:13 [INFO] [stderr] | [INFO] [stderr] 194 | Atom(1) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:202:23 [INFO] [stderr] | [INFO] [stderr] 202 | let r = eval(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:203:21 [INFO] [stderr] | [INFO] [stderr] 203 | Rc::new(Atom(0)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:204:21 [INFO] [stderr] | [INFO] [stderr] 204 | Rc::new(Atom(1)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | Atom(0) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:215:22 [INFO] [stderr] | [INFO] [stderr] 215 | let r = sub(&Atom(-1)); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | Atom(1) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Error` in this scope [INFO] [stderr] --> src/lib.rs:225:22 [INFO] [stderr] | [INFO] [stderr] 225 | let r = sub(&Error); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Error; [INFO] [stderr] | [INFO] [stderr] 165 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:235:22 [INFO] [stderr] | [INFO] [stderr] 235 | let r = sub(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:236:21 [INFO] [stderr] | [INFO] [stderr] 236 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:237:21 [INFO] [stderr] | [INFO] [stderr] 237 | Rc::new(Atom(2)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:241:13 [INFO] [stderr] | [INFO] [stderr] 241 | Atom(-1) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:248:22 [INFO] [stderr] | [INFO] [stderr] 248 | let r = sub(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:249:21 [INFO] [stderr] | [INFO] [stderr] 249 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:250:25 [INFO] [stderr] | [INFO] [stderr] 250 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:251:25 [INFO] [stderr] | [INFO] [stderr] 251 | Rc::new(Atom(2)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | Rc::new(Atom(3)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Cell` in this scope [INFO] [stderr] --> src/lib.rs:257:13 [INFO] [stderr] | [INFO] [stderr] 257 | Cell(a, b) => { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:269:22 [INFO] [stderr] | [INFO] [stderr] 269 | let r = sub(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:270:21 [INFO] [stderr] | [INFO] [stderr] 270 | Rc::new(Atom(3)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:271:21 [INFO] [stderr] | [INFO] [stderr] 271 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:272:25 [INFO] [stderr] | [INFO] [stderr] 272 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:273:25 [INFO] [stderr] | [INFO] [stderr] 273 | Rc::new(Atom(2)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Cell` in this scope [INFO] [stderr] --> src/lib.rs:278:13 [INFO] [stderr] | [INFO] [stderr] 278 | Cell(a, b) => { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:290:22 [INFO] [stderr] | [INFO] [stderr] 290 | let r = sub(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:291:21 [INFO] [stderr] | [INFO] [stderr] 291 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:292:25 [INFO] [stderr] | [INFO] [stderr] 292 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:293:25 [INFO] [stderr] | [INFO] [stderr] 293 | Rc::new(Atom(2)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:295:21 [INFO] [stderr] | [INFO] [stderr] 295 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:296:25 [INFO] [stderr] | [INFO] [stderr] 296 | Rc::new(Atom(3)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:297:25 [INFO] [stderr] | [INFO] [stderr] 297 | Rc::new(Atom(4)) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Cell` in this scope [INFO] [stderr] --> src/lib.rs:304:13 [INFO] [stderr] | [INFO] [stderr] 304 | Cell(a, b) => { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Error` in this scope [INFO] [stderr] --> src/lib.rs:316:19 [INFO] [stderr] | [INFO] [stderr] 316 | match eq(&Error) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Error; [INFO] [stderr] | [INFO] [stderr] 165 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:324:19 [INFO] [stderr] | [INFO] [stderr] 324 | match eq(&Atom(1)) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:332:19 [INFO] [stderr] | [INFO] [stderr] 332 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(1)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:332:32 [INFO] [stderr] | [INFO] [stderr] 332 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(1)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:332:50 [INFO] [stderr] | [INFO] [stderr] 332 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(1)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:333:13 [INFO] [stderr] | [INFO] [stderr] 333 | Atom(1) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:340:19 [INFO] [stderr] | [INFO] [stderr] 340 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:340:32 [INFO] [stderr] | [INFO] [stderr] 340 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:340:50 [INFO] [stderr] | [INFO] [stderr] 340 | match eq(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:341:13 [INFO] [stderr] | [INFO] [stderr] 341 | Atom(0) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:348:19 [INFO] [stderr] | [INFO] [stderr] 348 | match eq(&Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:349:21 [INFO] [stderr] | [INFO] [stderr] 349 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:350:25 [INFO] [stderr] | [INFO] [stderr] 350 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:351:25 [INFO] [stderr] | [INFO] [stderr] 351 | Rc::new(Atom(2)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:353:21 [INFO] [stderr] | [INFO] [stderr] 353 | Rc::new(Cell( [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:354:25 [INFO] [stderr] | [INFO] [stderr] 354 | Rc::new(Atom(1)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:355:25 [INFO] [stderr] | [INFO] [stderr] 355 | Rc::new(Atom(2)), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Atom` in this scope [INFO] [stderr] --> src/lib.rs:358:13 [INFO] [stderr] | [INFO] [stderr] 358 | Atom(1) => assert!(true), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Cell` in this scope [INFO] [stderr] --> src/lib.rs:365:23 [INFO] [stderr] | [INFO] [stderr] 365 | let v = swap(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:365:36 [INFO] [stderr] | [INFO] [stderr] 365 | let v = swap(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Atom` in this scope [INFO] [stderr] --> src/lib.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | let v = swap(&Cell(Rc::new(Atom(1)), Rc::new(Atom(2)))); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Cell` in this scope [INFO] [stderr] --> src/lib.rs:367:13 [INFO] [stderr] | [INFO] [stderr] 367 | Cell(ref a, ref b) => { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 165 | use Value::Cell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Value`, `kind` [INFO] [stderr] --> src/lib.rs:165:18 [INFO] [stderr] | [INFO] [stderr] 165 | use super::{ Value, kind, sub, eq, swap, eval }; [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:141:47 [INFO] [stderr] | [INFO] [stderr] 141 | Cell(ref b, ref c) => Rc::new(eval_cell( [INFO] [stderr] | _______________________________________________^ [INFO] [stderr] 142 | | &eval_cell(&a, &b), [INFO] [stderr] 143 | | &eval_cell(&a, &c) [INFO] [stderr] 144 | | )) [INFO] [stderr] | |_________________^ expected enum `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:152:60 [INFO] [stderr] | [INFO] [stderr] 152 | (Some(0), Some((ref b, ref c))) => Rc::new(b), [INFO] [stderr] | ^ expected enum `Value`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `&std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:153:60 [INFO] [stderr] | [INFO] [stderr] 153 | (Some(1), Some((ref b, ref c))) => Rc::new(c), [INFO] [stderr] | ^ expected enum `Value`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `&std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error: aborting due to 65 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `intent`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "708d7d14a0f06411ec9e092521e804bc57e265472ca375c27fac23a4ab602620"` [INFO] running `"docker" "rm" "-f" "708d7d14a0f06411ec9e092521e804bc57e265472ca375c27fac23a4ab602620"` [INFO] [stdout] 708d7d14a0f06411ec9e092521e804bc57e265472ca375c27fac23a4ab602620