Created
December 3, 2019 18:07
-
-
Save spacepluk/4e23608f8f172dc0a91eab3f6bea8498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying dependencies for [email protected] | |
Info: Dependency on atoz@any version already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on sigv4@>= 1.0.4 already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on nimcrypto@>= 0.4.0 already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on https://github.com/disruptek/rest.git@>= 1.0.0 already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on foreach@>= 1.0.0 already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on zip@any version already satisfied | |
Verifying dependencies for [email protected] | |
Info: Dependency on asyncpg@any version already satisfied | |
Verifying dependencies for [email protected] | |
Building importer/importer using c backend | |
Tip: 14 messages have been suppressed, use --verbose to show them. | |
Error: Build failed for package: importer | |
... Details: | |
... Execution failed with exit code 1 | |
... Command: "/Users/spacepluk/.nimble/bin/nim" c --noNimblePath -d:NimblePkgVersion=0.1.0 --path:"/Users/spacepluk/.nimble/pkgs/atoz-2580.0.0" --path:"/Users/spacepluk/.nimble/pkgs/sigv4-1.0.4" --path:"/Users/spacepluk/.nimble/pkgs/nimcrypto-0.4.9" --path:"/Users/spacepluk/.nimble/pkgs/rest-1.0.3" --path:"/Users/spacepluk/.nimble/pkgs/foreach-1.0.2" --path:"/Users/spacepluk/.nimble/pkgs/zip-0.2.1" --path:"/Users/spacepluk/Hacking/importer/asyncpg" -o:"/Users/spacepluk/Hacking/importer/importer" "/Users/spacepluk/Hacking/importer/src/importer.nim" | |
... Output: Hint: used config file '/Users/spacepluk/.choosenim/toolchains/nim-1.0.4/config/nim.cfg' [Conf] | |
... Hint: used config file '/Users/spacepluk/Hacking/importer/nim.cfg' [Conf] | |
... Hint: system [Processing] | |
... Hint: widestrs [Processing] | |
... Hint: io [Processing] | |
... Hint: importer [Processing] | |
... Hint: asyncdispatch [Processing] | |
... Hint: os [Processing] | |
... Hint: strutils [Processing] | |
... Hint: parseutils [Processing] | |
... Hint: math [Processing] | |
... Hint: bitops [Processing] | |
... Hint: macros [Processing] | |
... Hint: algorithm [Processing] | |
... Hint: unicode [Processing] | |
... Hint: pathnorm [Processing] | |
... Hint: osseps [Processing] | |
... Hint: posix [Processing] | |
... Hint: times [Processing] | |
... Hint: options [Processing] | |
... Hint: typetraits [Processing] | |
... Hint: tables [Processing] | |
... Hint: hashes [Processing] | |
... Hint: heapqueue [Processing] | |
... Hint: lists [Processing] | |
... Hint: asyncstreams [Processing] | |
... Hint: asyncfutures [Processing] | |
... Hint: deques [Processing] | |
... Hint: cstrutils [Processing] | |
... Hint: monotimes [Processing] | |
... Hint: nativesockets [Processing] | |
... Hint: net [Processing] | |
... Hint: sets [Processing] | |
... Hint: selectors [Processing] | |
... Hint: kqueue [Processing] | |
... Hint: asyncpg [Processing] | |
... Hint: byteswap [Processing] | |
... Hint: apg_core [Processing] | |
... Hint: postgres [Processing] | |
... Hint: json [Processing] | |
... Hint: lexbase [Processing] | |
... Hint: streams [Processing] | |
... Hint: parsejson [Processing] | |
... Hint: apg_array [Processing] | |
... Hint: apg_json [Processing] | |
... /Users/spacepluk/Hacking/importer/asyncpg/asyncpg/apg_core.nim(528, 9) template/generic instantiation of `setRow` from here | |
... /Users/spacepluk/Hacking/importer/asyncpg/asyncpg/apg_core.nim(503, 16) Error: type mismatch: got <typeof(nil)> but expected 'string' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment