Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created December 3, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacepluk/4e23608f8f172dc0a91eab3f6bea8498 to your computer and use it in GitHub Desktop.
Save spacepluk/4e23608f8f172dc0a91eab3f6bea8498 to your computer and use it in GitHub Desktop.
Verifying dependencies for importer@0.1.0
Info: Dependency on atoz@any version already satisfied
Verifying dependencies for atoz@2580.0.0
Info: Dependency on sigv4@>= 1.0.4 already satisfied
Verifying dependencies for sigv4@1.0.4
Info: Dependency on nimcrypto@>= 0.4.0 already satisfied
Verifying dependencies for nimcrypto@0.4.9
Info: Dependency on https://github.com/disruptek/rest.git@>= 1.0.0 already satisfied
Verifying dependencies for rest@1.0.3
Info: Dependency on foreach@>= 1.0.0 already satisfied
Verifying dependencies for foreach@1.0.2
Info: Dependency on zip@any version already satisfied
Verifying dependencies for zip@0.2.1
Info: Dependency on asyncpg@any version already satisfied
Verifying dependencies for asyncpg@0.1.0
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