[INFO] fetching crate scinotation 0.0.2... [INFO] testing scinotation-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate scinotation 0.0.2 into /workspace/builds/worker-84/source [INFO] validating manifest of crates.io crate scinotation 0.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate scinotation 0.0.2 [INFO] finished tweaking crates.io crate scinotation 0.0.2 [INFO] tweaked toml for crates.io crate scinotation 0.0.2 written to /workspace/builds/worker-84/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f11aeb0544fd10a7c8bef1b0724733628026bdeeba50a2f9aa9a93fe2f09ac84 [INFO] running `Command { std: "docker" "start" "-a" "f11aeb0544fd10a7c8bef1b0724733628026bdeeba50a2f9aa9a93fe2f09ac84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f11aeb0544fd10a7c8bef1b0724733628026bdeeba50a2f9aa9a93fe2f09ac84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f11aeb0544fd10a7c8bef1b0724733628026bdeeba50a2f9aa9a93fe2f09ac84", kill_on_drop: false }` [INFO] [stdout] f11aeb0544fd10a7c8bef1b0724733628026bdeeba50a2f9aa9a93fe2f09ac84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f5d97044cda2daa301b9196390253b2026a0ec32188ee656c84314453865a00 [INFO] running `Command { std: "docker" "start" "-a" "3f5d97044cda2daa301b9196390253b2026a0ec32188ee656c84314453865a00", kill_on_drop: false }` [INFO] [stderr] Compiling scinotation v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:85:52 [INFO] [stdout] | [INFO] [stdout] 85 | let type_b_10 = ::from_int(10is).expect("Couldn't get a 10 value"); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | let type_b_10 = ::from_int(10is).expect("Couldn't get a 10 value"); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:184:48 [INFO] [stdout] | [INFO] [stdout] 184 | let b_ten = ::from_int(10is).expect("Couldn't get a value of 10 for the base type"); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:209:100 [INFO] [stdout] | [INFO] [stdout] 209 | let ten_to_pow : Option = extra_exp.to_uint().and_then(|usz| ::from_int(10is.pow(usz))); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:222:43 [INFO] [stdout] | [INFO] [stdout] 222 | let v1 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:222:47 [INFO] [stdout] | [INFO] [stdout] 222 | let v1 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:223:43 [INFO] [stdout] | [INFO] [stdout] 223 | let v2 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:223:47 [INFO] [stdout] | [INFO] [stdout] 223 | let v2 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:230:43 [INFO] [stdout] | [INFO] [stdout] 230 | let v1 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:230:47 [INFO] [stdout] | [INFO] [stdout] 230 | let v1 = SciValue::wrap_with_exponent(2us,2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:231:43 [INFO] [stdout] | [INFO] [stdout] 231 | let v2 = SciValue::wrap_with_exponent(2us,3is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:231:47 [INFO] [stdout] | [INFO] [stdout] 231 | let v2 = SciValue::wrap_with_exponent(2us,3is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:232:43 [INFO] [stdout] | [INFO] [stdout] 232 | let v3 = SciValue::wrap_with_exponent(3us,2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:232:47 [INFO] [stdout] | [INFO] [stdout] 232 | let v3 = SciValue::wrap_with_exponent(3us,2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:233:43 [INFO] [stdout] | [INFO] [stdout] 233 | let v4 = SciValue::wrap_with_exponent(3us,3is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:233:47 [INFO] [stdout] | [INFO] [stdout] 233 | let v4 = SciValue::wrap_with_exponent(3us,3is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:242:53 [INFO] [stdout] | [INFO] [stdout] 242 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:242:58 [INFO] [stdout] | [INFO] [stdout] 242 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:243:53 [INFO] [stdout] | [INFO] [stdout] 243 | let rhs = SciValue::wrap_with_exponent(5us, 4is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:243:58 [INFO] [stdout] | [INFO] [stdout] 243 | let rhs = SciValue::wrap_with_exponent(5us, 4is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:244:53 [INFO] [stdout] | [INFO] [stdout] 244 | let expected_rhs = SciValue::wrap_with_exponent(500us,2is); [INFO] [stdout] | ^^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:244:59 [INFO] [stdout] | [INFO] [stdout] 244 | let expected_rhs = SciValue::wrap_with_exponent(500us,2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:253:44 [INFO] [stdout] | [INFO] [stdout] 253 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:253:49 [INFO] [stdout] | [INFO] [stdout] 253 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:254:44 [INFO] [stdout] | [INFO] [stdout] 254 | let rhs = SciValue::wrap_with_exponent(16us, 2is); [INFO] [stdout] | ^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:254:50 [INFO] [stdout] | [INFO] [stdout] 254 | let rhs = SciValue::wrap_with_exponent(16us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:261:44 [INFO] [stdout] | [INFO] [stdout] 261 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:261:49 [INFO] [stdout] | [INFO] [stdout] 261 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:262:44 [INFO] [stdout] | [INFO] [stdout] 262 | let rhs = SciValue::wrap_with_exponent(21us,5is); [INFO] [stdout] | ^^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:262:49 [INFO] [stdout] | [INFO] [stdout] 262 | let rhs = SciValue::wrap_with_exponent(21us,5is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:269:44 [INFO] [stdout] | [INFO] [stdout] 269 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:269:49 [INFO] [stdout] | [INFO] [stdout] 269 | let lhs = SciValue::wrap_with_exponent(5us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `us` for number literal [INFO] [stdout] --> src/lib.rs:270:44 [INFO] [stdout] | [INFO] [stdout] 270 | let rhs = SciValue::wrap_with_exponent(2us, 2is); [INFO] [stdout] | ^^^ invalid suffix `us` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:270:49 [INFO] [stdout] | [INFO] [stdout] 270 | let rhs = SciValue::wrap_with_exponent(2us, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:277:45 [INFO] [stdout] | [INFO] [stdout] 277 | let lhs = SciValue::wrap_with_exponent(-2is, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:277:50 [INFO] [stdout] | [INFO] [stdout] 277 | let lhs = SciValue::wrap_with_exponent(-2is, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:278:44 [INFO] [stdout] | [INFO] [stdout] 278 | let rhs = SciValue::wrap_with_exponent(1is, 1is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:278:49 [INFO] [stdout] | [INFO] [stdout] 278 | let rhs = SciValue::wrap_with_exponent(1is, 1is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:279:44 [INFO] [stdout] | [INFO] [stdout] 279 | let v3 = SciValue::wrap_with_exponent(2is, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:279:49 [INFO] [stdout] | [INFO] [stdout] 279 | let v3 = SciValue::wrap_with_exponent(2is, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:288:47 [INFO] [stdout] | [INFO] [stdout] 288 | let lhs = SciValue::wrap_with_exponent(2, 1is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:289:48 [INFO] [stdout] | [INFO] [stdout] 289 | let rhs = SciValue::wrap_with_exponent(10, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:296:48 [INFO] [stdout] | [INFO] [stdout] 296 | let lhs = SciValue::wrap_with_exponent(10, 1is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:297:47 [INFO] [stdout] | [INFO] [stdout] 297 | let rhs = SciValue::wrap_with_exponent(2, 3is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:304:47 [INFO] [stdout] | [INFO] [stdout] 304 | let lhs = SciValue::wrap_with_exponent(1, 0is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:305:47 [INFO] [stdout] | [INFO] [stdout] 305 | let rhs = SciValue::wrap_with_exponent(2, 0is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:312:48 [INFO] [stdout] | [INFO] [stdout] 312 | let val1 = SciValue::wrap_with_exponent(2, 10is); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:315:50 [INFO] [stdout] | [INFO] [stdout] 315 | let val2 = SciValue::wrap_with_exponent(200, 10is); [INFO] [stdout] | ^^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:321:48 [INFO] [stdout] | [INFO] [stdout] 321 | let val1 = SciValue::wrap_with_exponent(2, 0is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `is` for number literal [INFO] [stdout] --> src/lib.rs:324:49 [INFO] [stdout] | [INFO] [stdout] 324 | let val2 = SciValue::wrap_with_exponent(11, 2is); [INFO] [stdout] | ^^^ invalid suffix `is` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::SignedInt`, `std::num::Int`, `std::num::FromPrimitive` [INFO] [stdout] --> src/lib.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | use std::num::{SignedInt, Int, FromPrimitive}; [INFO] [stdout] | ^^^^^^^^^ ^^^ ^^^^^^^^^^^^^ no `FromPrimitive` in `num` [INFO] [stdout] | | | [INFO] [stdout] | | no `Int` in `num` [INFO] [stdout] | no `SignedInt` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/lib.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | for _ in range::(::one(),exp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 25 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(core)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(core)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 53 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `scinotation` due to 54 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "3f5d97044cda2daa301b9196390253b2026a0ec32188ee656c84314453865a00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f5d97044cda2daa301b9196390253b2026a0ec32188ee656c84314453865a00", kill_on_drop: false }` [INFO] [stdout] 3f5d97044cda2daa301b9196390253b2026a0ec32188ee656c84314453865a00