Closed tobiiasl closed 6 years ago
Tested to update to the latest version of Katt (1.6.0-rc-2-gb13e705). Same problem.
I think you cannot reproduce locally because you're not compiling meck at all (meck is only compiled in dev mode) i.e. this should fail on your computer too rm -rf deps; make .rebar/DEV_MODE; make
fixed by upgrading meck in https://github.com/for-GET/katt/commit/df167bd972590992d28dc4fb96b48f115be5d966
Thanks a lot for the swift fix! It worked out fine.
FYI: I had got it to compile locally but did not get the same error:
~/git/firecloud/firecloud_foo/support/katt$ make get-deps compile
/Users/tobiaslindgren/git/firecloud/firecloud_foo/support/katt/rebar get-deps
==> idna (get-deps)
==> mimerl (get-deps)
==> certifi (get-deps)
==> metrics (get-deps)
==> ssl_verify_fun (get-deps)
==> hackney (get-deps)
==> jsx (get-deps)
==> tdiff (get-deps)
==> neotoma (get-deps)
==> katt (get-deps)
Pulling meck from {git,"git://github.com/eproxus/meck.git",{tag,"0.8.4"}}
Cloning into 'meck'...
==> meck (get-deps)
/Users/tobiaslindgren/git/firecloud/firecloud_foo/support/katt/rebar compile
==> idna (compile)
==> mimerl (compile)
==> certifi (compile)
==> metrics (compile)
==> ssl_verify_fun (compile)
==> hackney (compile)
==> jsx (compile)
==> tdiff (compile)
==> meck (compile)
Compiled src/meck.erl
Compiled src/meck_ret_spec.erl
Compiled src/meck_expect.erl
Compiled src/meck_util.erl
Compiled src/meck_history.erl
Compiled src/meck_code.erl
Compiled src/meck_matcher.erl
Compiled src/meck_cover.erl
Compiled src/meck_args_matcher.erl
Compiled src/meck_code_gen.erl
Compiled src/meck_proc.erl
==> neotoma (compile)
==> katt (compile)
Compiled src/katt_blueprint.erl
I double checked with rm -rf deps; make .rebar/DEV_MODE; make
which also worked fine.
I also tried to create a branch on this github repo but did not have enough access rights to push.
Anyway, it works now so no need to dig further into this. Thanks again!
Katt version: 1.5.4-29-gc418814
When compiling Katt on our build servers the build fails:
NB: For some reason I cannot reproduce the problem on my Mac. Compiling meck works fine.
Here is a longer excerpt from the log file from the build server.