[INFO] updating cached repository https://github.com/martindevans/Intent [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e770ebb5eb62d6a8ad5ef166740c45ee20376d2e [INFO] checking martindevans/Intent against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartindevans%2FIntent" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/martindevans/Intent on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/martindevans/Intent [INFO] finished tweaking git repo https://github.com/martindevans/Intent [INFO] tweaked toml for git repo https://github.com/martindevans/Intent written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/martindevans/Intent already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 35e03aa7a74a61179eaa41fa5d7face20ab76ca3c89a446fd200057d3cb6a245 [INFO] running `"docker" "start" "-a" "35e03aa7a74a61179eaa41fa5d7face20ab76ca3c89a446fd200057d3cb6a245"` [INFO] [stderr] Checking intent v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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, tuple struct or tuple variant `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] | [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 or tuple 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] | [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 enum `Value` [INFO] [stderr] found struct `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 enum `Value` [INFO] [stderr] found reference `&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 enum `Value` [INFO] [stderr] found reference `&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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 enum `Value` [INFO] [stderr] found struct `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 enum `Value` [INFO] [stderr] found reference `&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 enum `Value` [INFO] [stderr] found reference `&std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error: aborting due to 65 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0531. [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" "35e03aa7a74a61179eaa41fa5d7face20ab76ca3c89a446fd200057d3cb6a245"` [INFO] running `"docker" "rm" "-f" "35e03aa7a74a61179eaa41fa5d7face20ab76ca3c89a446fd200057d3cb6a245"` [INFO] [stdout] 35e03aa7a74a61179eaa41fa5d7face20ab76ca3c89a446fd200057d3cb6a245