currently at this ``` DEBUG] using engine_version...
# development
a
currently at this
Copy code
DEBUG] using engine_version: 73f8c50dd42bef4774688af0d0205764a964c85a built at repo_version: release_1.11.0.dev2-302-gf6913a8d5-dirty
DEBUG] loading native engine python module from: /tmp/tmpTvGAOm
timestamp: 2019-01-19T02:14:37.602528
Exception caught: (exceptions.TypeError)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_loader.py", line 80, in <module>
    main()
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_loader.py", line 76, in main
    PantsLoader.run()
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_loader.py", line 72, in run
    cls.load_and_execute(entrypoint)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_loader.py", line 65, in load_and_execute
    entrypoint_main()
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_exe.py", line 39, in main
    PantsRunner(exiter, start_time=start_time).run()
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/pants_runner.py", line 59, in run
    options_bootstrapper=options_bootstrapper
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/local_pants_runner.py", line 109, in create
    global_options
  File "/home/cosmicexplorer/tools/pants/src/python/pants/bin/local_pants_runner.py", line 52, in _maybe_init_graph_session
    build_config
  File "/home/cosmicexplorer/tools/pants/src/python/pants/init/engine_initializer.py", line 270, in setup_legacy_graph
    execution_options=ExecutionOptions.from_bootstrap_options(bootstrap_options),
  File "/home/cosmicexplorer/tools/pants/src/python/pants/init/engine_initializer.py", line 373, in setup_legacy_graph_extended
    visualize_to_dir=bootstrap_options.native_engine_visualize_to,
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/scheduler.py", line 89, in __init__
    self._register_rules(rule_index)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/scheduler.py", line 189, in _register_rules
    self._register_singleton(output_type, rule)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/scheduler.py", line 201, in _register_singleton
    self._to_value(rule.value),
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/scheduler.py", line 149, in _to_value
    return self._native.context.to_value(obj)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/util/memo.py", line 118, in memoize
    result = func(*args, **kwargs)
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/native.py", line 649, in context
    return self.ffi.init_once(init_externs, 'ExternContext singleton')
  File "/home/cosmicexplorer/tools/pants/src/python/pants/engine/native.py", line 646, in init_externs
    self.ffi_lib.extern_create_exception)

Exception message: initializer for ctype 'Ident(*)(void *, void * *)' must be a pointer to same type, not cdata 'ProductTypeId(*)(void *, void * *)'
will research that error message tomorrow