[INFO] updating cached repository https://github.com/AndrewGrim/NoteMaker [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 505c007a31d4655ccf9126d477135e76f47adfb1 [INFO] testing AndrewGrim/NoteMaker against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewGrim%2FNoteMaker" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AndrewGrim/NoteMaker on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AndrewGrim/NoteMaker [INFO] finished tweaking git repo https://github.com/AndrewGrim/NoteMaker [INFO] tweaked toml for git repo https://github.com/AndrewGrim/NoteMaker written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/AndrewGrim/NoteMaker already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5cfeacc8972657b3a9bdb02f3aa544809548b016bb33d07392e635e0ea9a5b80 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5cfeacc8972657b3a9bdb02f3aa544809548b016bb33d07392e635e0ea9a5b80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cfeacc8972657b3a9bdb02f3aa544809548b016bb33d07392e635e0ea9a5b80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cfeacc8972657b3a9bdb02f3aa544809548b016bb33d07392e635e0ea9a5b80", kill_on_drop: false }` [INFO] [stdout] 5cfeacc8972657b3a9bdb02f3aa544809548b016bb33d07392e635e0ea9a5b80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0cdfd38e402020d1d445d95558916b1e384f3d131fbd12af9082ba4b9bdba1fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0cdfd38e402020d1d445d95558916b1e384f3d131fbd12af9082ba4b9bdba1fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unindent v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling pyo3-derive-backend v0.8.4 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling ctor v0.1.12 [INFO] [stderr] Compiling inventory-impl v0.1.5 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling pyo3cls v0.8.4 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Compiling inventory v0.1.5 [INFO] [stderr] Compiling paste v0.1.6 [INFO] [stderr] Compiling indoc v0.3.4 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling pyo3 v0.8.4 [INFO] [stderr] Compiling lexer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 14s [INFO] running `Command { std: "docker" "inspect" "0cdfd38e402020d1d445d95558916b1e384f3d131fbd12af9082ba4b9bdba1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cdfd38e402020d1d445d95558916b1e384f3d131fbd12af9082ba4b9bdba1fe", kill_on_drop: false }` [INFO] [stdout] 0cdfd38e402020d1d445d95558916b1e384f3d131fbd12af9082ba4b9bdba1fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1adc20b51081d327db890fc0b340492bcf8b527c1bc9bccb89d46269ead686f8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1adc20b51081d327db890fc0b340492bcf8b527c1bc9bccb89d46269ead686f8", kill_on_drop: false }` [INFO] [stderr] Compiling lexer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb" "/opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.odza86wmbzpm4rs.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6805c615af620a51.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-975e251edec7895a.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fa89c22811cbba70.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8e79a065fef863f3.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a68d66da01a6ed2b.rlib" "/opt/rustwide/target/debug/deps/libregex-f57aac8cc28f8700.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c3b7931041689864.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7c0477ae3415ac1f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e7b15ed4ae6ae857.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b5c0b946c48ff4ab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b94c7254a079d159.rlib" "/opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-62ec4543f153fc3a.rlib" "/opt/rustwide/target/debug/deps/libspin-35e209bbe476b247.rlib" "/opt/rustwide/target/debug/deps/libunindent-5ee26f5f03508a3e.rlib" "/opt/rustwide/target/debug/deps/liblibc-d290f2ae752c9489.rlib" "/opt/rustwide/target/debug/deps/libinventory-434ab2f2cbb62aac.rlib" "/opt/rustwide/target/debug/deps/libindoc-97ab55c90636005d.rlib" "/opt/rustwide/target/debug/deps/libpaste-b273f22a7b8c210e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/lexer-ed9529e0135307eb.lexer.abx0rnxd-cgu.9.rcgu.o: in function `pyo3::err::PyErr::restore': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/err.rs:326: undefined reference to `PyErr_Restore' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.0.rcgu.o): in function `pyo3::err::PyErr::occurred': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/err.rs:156: undefined reference to `PyErr_Occurred' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.0.rcgu.o): in function `pyo3::err::PyErr::fetch': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/err.rs:167: undefined reference to `PyErr_Fetch' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.0.rcgu.o): in function `pyo3::err::panic_after_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/err.rs:519: undefined reference to `PyErr_Print' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.1.rcgu.o): in function `pyo3::gil::prepare_freethreaded_python::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/gil.rs:43: undefined reference to `Py_IsInitialized' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/gil.rs:61: undefined reference to `Py_InitializeEx' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/gil.rs:72: undefined reference to `PyEval_SaveThread' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.1.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/gil.rs:116: undefined reference to `PyGILState_Release' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.1.rcgu.o): in function `pyo3::gil::GILGuard::acquire': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/gil.rs:257: undefined reference to `PyGILState_Ensure' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.3.rcgu.o): in function `pyo3::ffi::object::Py_DECREF': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/ffi/object.rs:933: undefined reference to `_Py_Dealloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.3.rcgu.o): in function `pyo3::ffi::object::Py_None': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/ffi/object.rs:975: undefined reference to `_Py_NoneStruct' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.5.rcgu.o): in function `pyo3::types::num:: for u32>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/types/num.rs:144: undefined reference to `PyLong_FromLong' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.5.rcgu.o): in function `pyo3::types::num::::extract': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/types/num.rs:189: undefined reference to `PyNumber_Index' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/types/num.rs:193: undefined reference to `PyLong_AsUnsignedLongLong' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.7.rcgu.o): in function `pyo3::types::string::PyString::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/types/string.rs:36: undefined reference to `PyUnicode_FromStringAndSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.7.rcgu.o): in function `pyo3::types::string::PyString::as_bytes': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/types/string.rs:58: undefined reference to `PyUnicode_AsUTF8AndSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.9.rcgu.o): in function `::init_type': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/exceptions.rs:225: undefined reference to `PyExc_OverflowError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.9.rcgu.o): in function `::init_type': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/exceptions.rs:225: undefined reference to `PyExc_SystemError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.9.rcgu.o): in function `::init_type': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/exceptions.rs:225: undefined reference to `PyExc_TypeError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-31b7b7aab529de62.rlib(pyo3-31b7b7aab529de62.pyo3.27czcyac-cgu.9.rcgu.o): in function `::init_type': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.4/src/exceptions.rs:225: undefined reference to `PyExc_UnicodeDecodeError' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lexer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "1adc20b51081d327db890fc0b340492bcf8b527c1bc9bccb89d46269ead686f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1adc20b51081d327db890fc0b340492bcf8b527c1bc9bccb89d46269ead686f8", kill_on_drop: false }` [INFO] [stdout] 1adc20b51081d327db890fc0b340492bcf8b527c1bc9bccb89d46269ead686f8